@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1199px) {
  .clearfix {
    clear: both;
  }
  .mob {
    display: none;
  }
  .pc {
    display: block;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    overflow-x: hidden;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dd,
  dt {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #858585;
  }
  * img {
    display: block;
    border: none;
  }
  input,
  select,
  textarea {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    border: none;
  }
  .commen {
    width: 1200px;
    margin: 0 auto;
  }
  .yc {
    display: table;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  /*	top*/
  .top1 {
    font-size: 12px;
    color: #828282;
    line-height: 32px;
    margin-left: 10px;
  }
  .top2 {
    font-size: 12px;
    color: #828282;
    line-height: 32px;
    margin-right: 20px;
  }
  .top2 a {
    font-size: 12px;
    color: #828282;
    transition: all ease 0.4s;
  }
  .top2 a:hover {
    color: #1aa2a6;
  }
  .top1 h1 {
    display: inline-block;
  }

  /*	导航*/
  .dh {
    height: 94px;
    background-color: #fff;
    border-bottom: 3px solid #0eb0af;
    border-radius: 5px;
  }
  .dh1 {
    width: 17.6%;
    margin-left: 37px;
    margin-top: 16px;
  }
  .dh1 img {
    width: 100%;
  }
  .dh2 {
    width: 75%;
  }
  .dh2a {
    width: 100%;
  }
  .dh2b {
    width: 12.5%;
    position: relative;
  }
  .dh2b > a {
    font-size: 16px;
    color: #333333;
    line-height: 94px;
    text-align: center;
    display: block;
    transition: all ease 0.4s;
  }
  .dh2ba a {
    color: #1aa2a6;
  }
  .dh2bb {
    background-color: rgba(14, 176, 175, 0.6);
    position: absolute;
    top: 94px;
    left: -9%;
    width: 118%;
    z-index: 10;
  }
  .dh2bc {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    transition: all ease 0.4s;
  }
  .dh2bc a {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    display: block;
  }
  .dh2b:hover > a {
    color: #0eb0af;
  }
  .dh2bc:hover {
    background-color: #0eb0af;
  }

  /*	banner*/
  .ban {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .bana {
    width: 1920px;
    overflow: hidden;
    height: 700px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
  }
  .bana1 {
    width: 1920px;
    overflow: hidden;
    height: 700px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
  }
  .ban1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -30px;
    z-index: -1;
  }
  .bana1 {
    width: 1920px;
    overflow: hidden;
    height: 500px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
  }
  .banb {
    width: 1200px;
  }

  .banb_a {
    width: 47px;
    height: 109px;
    position: absolute;
    left: 3%;
    top: calc(50% - 65px);
    cursor: pointer;
  }
  .banb_c {
    width: 47px;
    height: 109px;
    position: absolute;
    left: 93%;
    top: calc(50% - 65px);
    cursor: pointer;
    z-index: 15;
  }
  .banb_e {
    z-index: 1000;
    bottom: 20px;
    position: absolute;
    left: calc(50% - 36px);
  }
  .banb_e li {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 12px 6px;
    cursor: pointer;
    transition: all ease 0.1s;
  }
  .banb_e .banb_f {
    background: #0eb0af;
  }
  .bt-a {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 5%;
    top: calc(50% - 10px);
    cursor: pointer;
    z-index: 1500;
  }
  .bt-b {
    width: 48px;
    height: 48px;
  }
  .bt-b:hover {
    background: url(../img/s09.png);
  }
  .bt-k {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 5%;
    top: calc(50% - 10px);
    cursor: pointer;
    z-index: 1500;
  }
  .bt-f {
    width: 48px;
    height: 48px;
  }
  .bt-f:hover {
    background: url(../img/s10.png);
  }

  .topa {
    position: absolute;
    top: 0;
    left: calc(50% - 600px);
  }

  /*	key*/
  .key {
    height: 47px;
  }
  .key1 {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 47px;
    position: relative;
    margin-left: 50px;
  }
  .key1 a {
    font-size: 12px;
    color: #b2b2b2;
    transition: all ease 0.4s;
  }
  .key1 a:hover {
    color: #23c5c4;
  }
  .key1::before {
    content: "";
    background-image: url(../img/s05.png);
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: -21px;
  }
  .key2 {
    width: 16.8%;
    margin-top: 10px;
    margin-right: 13px;
  }

  /*	产品中心*/
  .shop1 {
    width: 33.3%;
    padding: 42px 95px 10px 30px;
  }
  .shop1 img {
    width: 61.4%;
  }
  .shop1 > p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 44px;
  }
  .shop1a {
    width: 100%;
    height: 58px;
    background-color: #fff;
    padding: 9px 0 0 8%;
    margin-top: 0px;
    cursor: pointer;
    transition: all ease 0.4s;
  }
  .shop1a:last-child {
    margin-top: 0px;
  }
  .shop1a:hover {
    background-color: #0eb0af;
  }
  .shop1a:hover p {
    color: #fff;
  }
  .shop1a1 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    transition: all ease 0.4s;
  }
  .shop1a2 {
    font-size: 12px;
    color: #8c8b8b;
    line-height: 18px;
    transition: all ease 0.4s;
  }
  .shop1aa {
    background-color: #0eb0af;
  }
  .shop1aa .shop1a1 {
    color: #fff;
  }
  .shop1aa .shop1a2 {
    color: #fff;
  }
  .shop2 {
    margin-top: -345px;
  }
  .shop2a {
    padding-left: 40px;
    width: 66.6%;
    background-image: url(../img/s11.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 347px;
    border-bottom: 1px solid #0eb0af;
  }
  .shop2a1 {
    width: 38%;
    padding-top: 56px;
  }
  .shop2a1 h4 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
  }
  .shop2a1 h5 {
    font-size: 12px;
    color: #0eb0af;
    line-height: 20px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
  }
  .shop2a1 p {
    font-size: 12px;
    color: #818181;
    line-height: 21px;
    margin-top: 41.5px;
    height: 42px;
    overflow: hidden;
  }
  .shop2a1 span {
    font-size: 12px;
    color: #0eb0af;
    margin-top: 55.5px;
    display: inline-block;
    transition: all ease 0.4s;
  }
  .shop2a:hover .shop2a1 span {
    margin-left: 10px;
  }
  .shop2a2 {
    width: 67%;
    margin-right: -5%;
    margin-left: -2%;
    margin-top: -10px;
  }
  .shop2a2 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .shop2b1 {
    width: 33.3%;
    padding-left: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    height: 325px;
  }
  .shop2b1a {
    width: 100%;
  }
  .shop2b1a h4 {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 40px;
  }
  .shop2b1a h5 {
    font-size: 12px;
    color: #0eb0af;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .shop2b1b {
    width: 100%;
    margin-top: 20px;
  }
  .shop2b1b img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .shop2b2 {
    background-color: #fafafa;
  }
  .shop2b1:hover .shop2b1b img {
    transform: scale(1.1);
  }
  .shop2a:hover .shop2a2 img {
    transform: scale(1.1);
  }

  /*	七大优势*/
  .ys {
    background-image: url(../img/s13.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 744px;
    margin-top: 80px;
  }
  .ys1a {
    width: 32.3%;
    padding: 40px 0 0 60px;
  }
  .ys1a > img {
    width: 61.2%;
  }
  .ys1a p {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    margin-left: 4px;
  }
  .ys1a1 {
    margin-top: 40px;
  }
  .ys1a1 img {
    cursor: pointer;
    width: 16.3%;
  }
  .ys1a1 img:nth-child(2) {
    margin-left: 26px;
  }
  .ys1b {
    margin-top: 135px;
    width: 67.6%;
  }
  .ys1b1 {
    position: relative;
  }
  .ys1b1 > img {
    margin-right: 6px;
    width: 270px;
    float: right;
  }
  .ys1b1::before {
    content: "";
    background-color: #23c5c4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 295px);
    height: 1px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
  }
  .ys1b2 {
    width: 99.9%;
    overflow: hidden;
    margin-top: 36px;
    position: relative;
    right: 0;
  }
  .ys1b2a {
    width: 239%;
  }
  .ys1b2b {
    width: 14.285%;
  }
  .ys1b2c {
    width: 91%;
    background-color: #fff;
    padding: 45px 31px 6px 31px;
  }
  .ys1b2c1 {
    width: 68.1%;
    margin: 0 auto;
  }
  .ys1b2c2 {
    width: 25.2%;
    margin: 0 auto;
    margin-top: 16px;
  }
  .ys1b2c h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ys1b2c h5 {
    font-size: 14px;
    color: #818181;
    line-height: 22px;
    text-align: center;
    margin-top: 13px;
    height: 88px;
    overflow: hidden;
  }
  .ys1b3 {
    float: right;
    margin-top: 57px;
  }

  /*	成功案例*/
  .al {
    width: 100%;
    background-image: url(../img/s29.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    margin-top: 88px;
  }
  .all {
    position: relative;
  }
  .al1a {
    width: 33.3%;
    position: relative;
    overflow: hidden;
  }
  .al1a img {
    width: 100%;
  }
  .al1b {
    width: 33.3%;
  }
  .al1b1 {
    width: 100%;
    height: 179px;
    background-color: #0eb0af;
    padding: 36px 0 0 27px;
  }
  .al1b1 img {
    width: 56.5%;
  }
  .al1b1 p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
  }
  .al1b2 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .al1b2 img {
    width: 100%;
  }
  .al1b2:hover .al1b3 {
    bottom: 0px;
    opacity: 1;
  }
  .al1a:hover .al1b3 {
    bottom: 0px;
    opacity: 1;
  }
  .al1c:hover .al1b3 {
    bottom: 0px;
    opacity: 1;
  }
  .al1b3 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.69);
    padding: 20.5px 42px 32px 50px;
    position: absolute;
    bottom: -300px;
    left: 0;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .al1b3 h4 {
    font-size: 18px;
    color: #e5f4f4;
    line-height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .al1b3 h5 {
    font-size: 12px;
    color: #fff;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
  }
  .al1b3 span {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    margin-top: 20px;
  }
  .al1c {
    width: 33.3%;
    position: relative;
    overflow: hidden;
  }
  .al1c1 {
    width: 100%;
    height: 179px;
  }
  .al1c1 span {
    float: right;
    width: 155px;
    height: 45px;
    border: 1px solid #e83c2a;
    line-height: 45px;
    text-align: center;
    margin-top: 102px;
  }
  .al1c1 span a {
    font-size: 12px;
    color: #c12314;
    transition: all ease 0.4s;
  }
  .al1c1 span:hover a {
    margin-left: 10px;
  }
  .al2 {
    position: absolute;
    bottom: 60px;
    left: 0;
  }
  .al2a {
    cursor: pointer;
  }
  .al2b {
    margin-left: 26px;
    cursor: pointer;
  }

  /*	客户评价*/
  .pj {
    margin-top: 78px;
    z-index: 1000;
    position: relative;
  }
  .pj1a {
    width: 73%;
    position: relative;
    margin-top: 25px;
  }
  .pj1a img {
    width: 31.5%;
  }
  .pj1a::after {
    content: "";
    background-color: #b8dcdc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 285px);
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: 280px;
  }
  .pj1b {
    width: 28.7%;
    background-color: #0eb0af;
    margin-right: -28px;
    padding: 32px 52px 35.5px 72px;
    position: relative;
    z-index: 10;
  }
  .pj1b img {
    width: 100%;
  }
  .pj1b p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    float: right;
    line-height: 38px;
  }
  .pj2 {
    position: relative;
    top: -100px;
  }
  .pj2b {
    width: 100%;
    overflow: hidden;
  }
  .pj2b1 {
    width: 200%;
  }
  .pj2b2 {
    width: 25%;
    background-color: #ededed;
  }
  .pj2b21 {
    width: 62%;
    margin-top: 46px;
    margin-left: 60px;
    margin-bottom: 54px;
  }
  .pj2b3 {
    width: 7.7%;
  }
  .pj2b31 {
    width: 100%;
  }
  .pj2b32 {
    width: 100%;
    margin-top: -25px;
    opacity: 0;
  }
  .pj2b2 h4 {
    font-size: 20px;
    color: #333;
    line-height: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.4s;
  }
  .pj2b2 h5 {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 21px;
    margin-top: 11px;
    height: 63px;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .pj2b2 span {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 22px;
    margin-top: 49px;
    display: block;
    transition: all ease 0.4s;
  }
  .pj2a {
    width: 54px;
    height: 54px;
    background-image: url(../img/s34.png);
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% - 210px);
    left: -25px;
    cursor: pointer;
    transition: all ease 0.4s;
    z-index: 10;
  }
  .pj2c {
    width: 54px;
    height: 54px;
    background-image: url(../img/s35.png);
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% - 210px);
    right: -25px;
    cursor: pointer;
    transition: all ease 0.4s;
    z-index: 10;
  }
  .pj2bb {
    background-color: #f5f5f5;
  }
  .pj3 {
    margin-top: -65px;
  }
  .pj3 p {
    width: 155px;
    height: 45px;
    border: 1px solid #e83c2a;
    text-align: center;
    z-index: 1000;
  }
  .pj3 p a {
    font-size: 12px;
    color: #e83c2a;
    line-height: 45px;
    transition: all ease 0.4s;
  }
  .pj3 p:hover a {
    margin-left: 10px;
  }
  .pj2b2:hover .pj2b31 {
    opacity: 0;
  }
  .pj2b2:hover .pj2b32 {
    opacity: 1;
  }
  .pj2b2:hover h4 {
    color: #23c5c4;
  }
  .pj2b2:hover h5 {
    color: #23c5c4;
  }
  .pj2b2:hover span {
    color: #23c5c4;
  }

  /*	公司简介*/
  .jj {
    width: 100%;
    background-image: url(../img/s39.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 790px;
    margin-top: -78px;
  }
  .jj1 {
    width: 58.7%;
    background-color: #0eb0af;
    height: 352px;
    margin-right: -18px;
    margin-top: 102px;
    padding: 54px 74px 70px 73px;
  }
  .jj1 > img {
    width: 68.8%;
  }
  .jj1 > h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 56px;
    margin-left: 3px;
  }
  .jj1 p {
    font-size: 11px;
    color: #fff;
    line-height: 22px;
    margin-left: 5px;
    height: 154px;
    overflow: hidden;
  }
  .jj1a {
    width: 100%;
  }
  .jj1a1 {
    width: 61.8%;
    margin-top: 74.5px;
  }
  .jj1a1 > img {
    width: 89.2%;
  }
  .jj1a1 > h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 56px;
  }
  .jj1a1a {
    margin-top: 20px;
  }
  .jj1a1a1 {
    width: 15.9%;
    cursor: pointer;
  }
  .jj1a1a2 {
    width: 15.9%;
    margin-left: 30px;
    cursor: pointer;
  }
  .jj1a2 {
    width: 35.1%;
    overflow: hidden;
    margin-top: 37.5px;
    box-shadow: 13px 14px 0 0 rgba(0, 0, 0, 0.4);
  }
  .jj1a2a {
    width: 400%;
  }
  .jj1a2a1 {
    width: 25%;
  }
  .jj1a2a1 img {
    width: 100%;
  }
  .jj2 {
    width: 155px;
    height: 45px;
    border: 1px solid #e83c2a;
    line-height: 45px;
    text-align: center;
    margin-top: -45px;
    margin-left: 30px;
  }
  .jj2 a {
    font-size: 12px;
    color: #e83c2a;
    transition: all ease 0.4s;
  }
  .jj2:hover a {
    margin-left: 10px;
  }

  /*	新闻资讯*/
  .news {
    margin-top: 153px;
  }
  .news1 {
    width: 27.9%;
  }
  .news1 > img {
    width: 74%;
    margin-left: 8.9%;
  }
  .news1 > h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 38px;
    margin-left: 8.9%;
  }
  .news1a {
    margin-top: 25px;
    width: 82%;
  }
  .news1a1 {
    padding: 7px 0 5px 52px;
    cursor: pointer;
    width: 100%;
  }
  .news1a1:nth-child(2) {
    margin-top: 28px;
  }
  .news1a1 h4 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  .news1a1 h5 {
    font-size: 12px;
    color: #8c8b8b;
    line-height: 22px;
    text-transform: uppercase;
  }
  .news1a2 {
    padding: 7px 0 5px 52px;
    margin-top: 28px;
    cursor: pointer;
    width: 100%;
  }
  .news1a2 h4 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  .news1a2 h5 {
    font-size: 12px;
    color: #8c8b8b;
    line-height: 22px;
    text-transform: uppercase;
  }
  .news2a3 {
    background-color: #0eb0af;
  }
  .news2a3 h4,
  .news2a3 h5 {
    color: #fff;
  }
  .news1b {
    width: 155px;
    height: 45px;
    border: 1px solid #e83c2a;
    line-height: 45px;
    text-align: center;
    margin-left: 30px;
    margin-top: 50px;
  }
  .news1b a {
    font-size: 12px;
    color: #e83c2a;
    transition: all ease 0.4s;
  }
  .news1b:hover a {
    margin-left: 10px;
  }
  .news2 {
    width: 72%;
  }
  .news2a {
    width: 47.9%;
  }
  .news2a1 {
    width: 100%;
    overflow: hidden;
  }
  .news2a1 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .news2a2 {
    background-color: #fafafa;
    padding: 30px 27px 27px 27px;
    transition: all ease 0.4s;
  }
  .news2a21 {
    width: 13.8%;
  }
  .news2a21 h4 {
    font-size: 54px;
    color: #0eb0af;
    line-height: 54px;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .news2a21 h5 {
    font-size: 14px;
    color: #0eb0af;
    line-height: 14px;
    text-align: center;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .news2a22 {
    width: 64.2%;
    margin-left: 25px;
  }
  .news2a22 h4 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news2a22 h5 {
    font-size: 12px;
    color: #818181;
    line-height: 17px;
    margin-top: 9.5px;
    transition: all ease 0.4s;
    height: 34px;
    overflow: hidden;
  }
  .news2a23 {
    width: 9.6%;
    margin-top: 20px;
  }
  .news2a23 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .news2a23 img:nth-child(2) {
    margin-top: -35px;
    opacity: 0;
  }
  .news2a:hover .news2a2 {
    background-color: #0eb0af;
  }
  .news2a:hover .news2a1 img {
    transform: scale(1.1);
  }
  .news2a:hover .news2a21 h4 {
    color: #fff;
  }
  .news2a:hover .news2a21 h5 {
    color: #fff;
  }
  .news2a:hover .news2a22 h4 {
    color: #fff;
  }
  .news2a:hover .news2a22 h5 {
    color: #fff;
  }
  .news2a:hover .news2a23 img:nth-child(1) {
    opacity: 0;
  }
  .news2a:hover .news2a23 img:nth-child(2) {
    opacity: 1;
  }
  .news2b {
    width: 47.9%;
  }
  .news2b .news2a2:hover {
    background-color: #0eb0af;
  }
  .news2b .news2a2:hover .news2a21 h4 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a21 h5 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a22 h4 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a22 h5 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a23 img:nth-child(1) {
    opacity: 0;
  }
  .news2b .news2a2:hover .news2a23 img:nth-child(2) {
    opacity: 1;
  }

  /*	在线留言*/
  .zx {
    margin-top: 70px;
  }
  .zx1 {
    width: 100%;
    background-color: #0eb0af;
    height: 200px;
    padding: 40px 0 0 30px;
    position: relative;
  }
  .zx1 img {
    width: 78.2%;
  }
  .zx1 p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 56px;
  }
  .zx2 {
    margin-left: 33px;
    margin-top: -27px;
    width: 100%;
    position: relative;
  }
  .zx2a {
    width: 50%;
  }
  .zx2a img {
    width: 100%;
  }
  .zx2b {
    width: 12.3%;
    margin-left: 13px;
    margin-top: 46px;
  }
  .zx3 {
    width: 100%;
    background-color: #f3f3f3;
    padding: 50px 55px 25px 0;
    border-radius: 5px;
    border-bottom: 4px solid #23c5c4;
    position: relative;
  }
  .zx3a {
    width: 43%;
    margin-left: 5.5%;
  }
  .zx3a1 {
    width: 50%;
    margin-bottom: 30px;
  }
  .zx3a1 img {
    width: 11.4%;
    margin-top: 5px;
  }
  .zx3a1 p {
    font-size: 12px;
    color: #818181;
    margin-left: 25px;
    width: calc(100% - 26.4%);
  }
  .zx3a1 p span {
    font-size: 14px;
    color: #333;
  }
  .zx3b {
    width: 29.1%;
  }
  .zx3b1 {
    width: 100%;
    height: 33px;
    margin-bottom: 8px;
    border-radius: 3px;
    padding-left: 18px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
  }
  .zx3b textarea {
    width: 100%;
    height: 54px;
    border-radius: 3px;
    padding-left: 18px;
    font-size: 12px;
    color: #818181;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .zx3b2 {
    width: 100%;
  }
  .zx3b2a {
    width: 61.1%;
    height: 33px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
  }
  .zx3b2b {
    width: 38.8%;
    cursor: pointer;
  }
  .zx3b3 {
    margin-top: 11px;
  }
  .zx3b3a {
    width: 130px;
    height: 33px;
    background-color: #fff;
    border: 1px solid #e83c2a;
    border-radius: 3px;
    font-size: 14px;
    color: #e83c2a;
    cursor: pointer;
  }
  .zx3b3b {
    width: 130px;
    height: 33px;
    background-color: #b3b3b3;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
  }
  .zx3c {
    width: 21.6%;
    margin-top: -66px;
  }

  /*	底部导航*/
  .db {
    background-color: #2a6060;
    width: 100%;
    margin-top: -42px;
  }
  .db1 {
    width: 100%;
    padding: 87px 0 0 34px;
  }
  .db1a {
    width: 17.6%;
  }
  .db1a img {
    width: 100%;
  }
  .db1b {
    width: 71.2%;
    height: 171px;
  }
  .db1b1 {
    width: 20%;
  }
  .db1b1 h4 {
    font-weight: bold;
    position: relative;
    line-height: 24px;
  }
  .db1b1 h4 a {
    font-size: 14px;
    color: #fefefe;
    transition: all ease 0.4s;
  }
  .db1b1 h4::before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 11px;
    left: -18px;
    transition: all ease 0.4s;
  }
  .db1b1 p {
    line-height: 25px;
  }
  .db1b1 p a {
    font-size: 12px;
    color: #b0b0b0;
    transition: all ease 0.4s;
  }
  .db1b1 h4:hover a {
    color: #0eb0af;
  }
  .db1b1 h4:hover::before {
    background-color: #0eb0af;
  }
  .db1b1 p:hover a {
    color: #fff;
  }
  .db2 {
    border-top: 1px solid #215353;
  }
  .db2 p {
    font-size: 12px;
    color: #efefef;
    line-height: 53px;
  }
  .db2 p img {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    top: 3px;
  }
  .db2 p:nth-child(1) {
    margin-left: 36px;
  }
  .db2 p:nth-child(2) {
    margin-left: 285px;
  }
  .db2 p:nth-child(3) {
    margin-right: 34px;
  }
  .db2 p a {
    font-size: 12px;
    color: #efefef;
    transition: all ease 0.4s;
  }
  .db2 p a:hover {
    color: #0eb0af;
  }

  /*	友链*/
  .yl {
    width: 100%;
  }
  .yl p {
    font-size: 12px;
    color: #818181;
    line-height: 34px;
    margin-left: 16px;
  }
  .yl p a {
    font-size: 12px;
    color: #b2b2b2;
  }

  /*添加的漂浮QQ*/
  .dong {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -115px;
    z-index: 1001;
  }
  .sahng {
    width: 100%;
  }
  .xain {
    width: 100%;
    height: 50px;
    background: url(../img/zxkf.png) no-repeat center;
    background-color: #1aa2a6;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
  }
  .danpo {
    width: 100%;
    height: 50px;
    background-color: #1aa2a6;
    position: absolute;
    top: 0;
    left: 0;
  }
  .danpo p {
    text-align: center;
    line-height: 16px;
    color: #fff;
    padding-top: 10px;
  }
  .dhaun {
    width: 320px;
    position: absolute;
    top: -20px;
    left: -310px;
    z-index: 1000;
  }
  .dinr {
    width: 300px;
    border-top: solid 4px #1aa2a6;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  .weiya {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  .weiya img {
    float: left;
    padding: 10px;
  }
  .weiya .yumin {
    float: left;
    padding: 10px;
  }
  .yumin span {
    font-size: 16px;
    color: #1aa2a6;
  }
  .yumin p {
    color: #ccc;
  }
  .botre {
    width: 100%;
    padding: 20px;
  }
  .kehug p {
    float: left;
  }
  .kehug p a {
    color: #828282;
  }
  .kehug img {
    float: left;
  }
  .jieh {
    color: #828282;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
  }
  .kehug {
    line-height: 26px;
  }

  .daoma {
    width: 100%;
    height: 50px;
    border: solid 1px #ccc;
    background: url(../img/217.png) no-repeat center;
    background-color: #fff;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
  }
  .zung {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zung p {
    text-align: center;
    line-height: 16px;
    color: #1aa2a6;
    padding-top: 10px;
  }
  .loainj {
    width: 320px;
    position: absolute;
    top: -20px;
    left: -331px;
  }
  .dingw {
    width: 300px;
    border-top: solid 4px #1aa2a6;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 10px;
  }
  .dingw img {
    float: left;
    padding: 10px;
  }
  .dingw .xiaw {
    float: left;
    padding: 10px;
  }
  .xiaw span {
    font-size: 20px;
    color: #828282;
    font-weight: bold;
  }
  .xiaw p {
    color: #939393;
    font-size: 14px;
    line-height: 22px;
  }

  .topb {
    width: 100%;
    height: 50px;
    border: solid 1px #ccc;
    background: url(../img/218.png) no-repeat center;
    background-color: #fff;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
  }
  .libai {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .libai p {
    text-align: center;
    line-height: 16px;
    color: #1aa2a6;
    padding-top: 10px;
  }
  .yeya {
    width: 200px;
    position: absolute;
    top: -20px;
    left: -230px;
  }
  .weic {
    width: 180px;
    border-top: solid 4px #1aa2a6;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 20px;
  }
  .rin {
    width: 100%;
  }
  .rin img {
    width: 100%;
  }
  .weic p {
    text-align: center;
    line-height: 30px;
  }

  .fanh {
    width: 100%;
    height: 50px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #1aa2a6;
    cursor: pointer;
  }
  .fanh p {
    padding-top: 10px;
    color: #fff;
  }

  /*	产品列表页*/
  .ban_cp {
    background-image: url(../img/s76.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .ckey {
    background-color: #fbfbfb;
  }
  .ckey1 {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 47px;
    text-align: right;
    position: relative;
  }
  .ckey1::before {
    content: "";
    background-image: url(../img/s77.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 9px;
    height: 11px;
    position: absolute;
    top: 18px;
    left: -19px;
  }
  .ckey1 a {
    color: #b2b2b2;
    transition: all ease 0.4s;
  }
  .ckey1 a:hover {
    color: #0eb0af;
  }
  .qh {
    margin: 0 auto;
    margin-top: 272px;
    display: table;
  }
  .qh1 {
    width: 170px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all ease 0.4s;
  }
  .qh1 a {
    font-size: 16px;
    color: #333;
    transition: all ease 0.4s;
  }
  .qh1:nth-child(2) {
    margin-left: 70px;
  }
  .qh2 {
    background-color: #0eb0af;
  }
  .qh2 a {
    color: #fff;
  }
  .qh1:hover {
    background-color: #0eb0af;
  }
  .qh1:hover a {
    color: #fff;
  }
  .cpl {
    background-color: #fbfbfb;
    padding-top: 57px;
    padding-bottom: 70px;
  }
  .cpl1 {
    margin: 0 auto;
    display: table;
  }
  .cpl1 img {
    width: 100%;
  }
  .cpl1 h1 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-top: -25px;
    text-align: center;
  }
  .cpl2 {
    margin-top: 55px;
  }
  .cpl2a {
    width: 100%;
    background-color: #fff;
    border: 1px solid #efefef;
    transition: all ease 0.4s;
    margin-bottom: 50px;
  }
  .cpl2a1 {
    width: 41.4%;
  }
  .cpl2a1 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .cpl2a2 {
    width: 48%;
  }
  .cpl2a2 h4 {
    font-size: 16px;
    color: #333;
    line-height: 77px;
    margin-top: 64.5px;
    transition: all ease 0.4s;
  }
  .cpl2a2b {
    width: 50%;
  }
  .cpl2a2b1 {
    font-size: 12px;
    color: #0eb0af;
    line-height: 41px;
    transition: all ease 0.4s;
  }
  .cpl2a2b2 {
    font-size: 12px;
    color: #818181;
    line-height: 41px;
    transition: all ease 0.4s;
  }
  .cpl2a3 {
    width: 10.6%;
    margin-top: 186px;
  }
  .cpl2a3a {
    transition: all ease 0.4s;
  }
  .cpl2a3b {
    margin-top: -35px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .cpl2a:hover .cpl2a3a {
    opacity: 0;
  }
  .cpl2a:hover .cpl2a3b {
    opacity: 1;
  }
  .cpl2a:hover {
    background-color: #0eb0af;
  }
  .cpl2a:hover {
    border: 1px solid #0eb0af;
  }
  .cpl2a:hover .cpl2a2 h4 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a2b1 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a2b2 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a1 img {
    transform: scale(1.1);
  }
  .cpl3 {
    margin: 0 auto;
    display: table;
    margin-top: 10px;
  }
  .cpl3a {
    width: 30px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    transition: all ease 0.4s;
  }
  .cpl3a a {
    font-size: 18px;
    color: #333;
    transition: all ease 0.4s;
  }
  .cpl3a:hover {
    background-color: #23c5c4;
  }
  .cpl3a:hover a {
    color: #fff;
  }
  .cpl3b {
    background-color: #23c5c4;
    border: 1px solid #23c5c4;
  }
  .cpl3b a {
    color: #fff;
  }
  .cpl3c {
    color: #fff;
    background-color: #23c5c4;
    border: 1px solid #23c5c4;
  }
  .cpl3c a {
    color: #fff;
  }
  .cpl4 {
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 70px;
  }
  .cpl4a {
    margin: 0 auto;
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cpl4a img {
    width: 35px;
  }
  .cpl4a p {
    font-size: 12px;
    color: #c8c8c8;
    font-family: "Arial";
    line-height: 34px;
    margin-left: 10px;
  }
  .cpl4a p span {
    font-size: 20px;
    color: #383838;
    line-height: 34px;
  }
  .cpl4b {
    width: 90.1%;
    margin: 0 auto;
    border-top: 1px solid #efefef;
    padding: 19px 15px;
  }
  .cpl4b1 {
    width: 50%;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpl4b1 a {
    font-size: 14px;
    color: #6f6f6f;
    transition: all ease 0.4s;
  }
  .cpl4b1:hover a {
    color: #0eb0af;
  }
  .zx_cp {
    background-color: #fbfbfb;
    margin-top: 0;
  }

  /*	产品内页*/
  .cpn111 {
    padding-top: 50px;
  }
  .cpn1 {
    width: 100%;
    background-image: url(../img/s80.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 488px;
    padding-left: 3.3%;
    overflow: hidden;
    border-bottom: 2px solid #23c5c4;
  }
  .cpn1a {
    width: 27.5%;
  }
  .cpn1a1 {
    position: relative;
    margin-top: 160px;
  }
  .cpn1a1::before {
    content: "";
    width: 3px;
    height: 30px;
    background-color: #0eb0af;
    position: absolute;
    top: 0;
    left: -20px;
  }
  .cpn1a1 h1 {
    font-size: 16px;
    color: #333;
    line-height: 16px;
  }
  .cpn1a1 p {
    font-size: 12px;
    color: #23c5c4;
  }
  .cpn1a2 {
    width: 67%;
    margin-top: 40.5px;
  }
  .cpn1a2 p {
    font-size: 12px;
    color: #818181;
    line-height: 21px;
  }
  .cpn1b {
    width: 63.3%;
    margin-top: -30px;
    margin-right: 4%;
  }
  .cpn1b img {
    width: 100%;
  }
  .cpn2 {
    margin-top: 60px;
    width: 100%;
  }
  .cpn2a {
    width: 27.5%;
  }
  .cpn2a1 h4 {
    font-size: 39px;
    color: #0eb0af;
    line-height: 49px;
    margin-left: 20px;
  }
  .cpn2a2 h5 {
    font-size: 16px;
    color: #0eb0af;
    line-height: 20px;
    margin-top: 7px;
  }
  .cpn2a2 p {
    font-size: 12px;
    color: #0eb0af;
    line-height: 16px;
  }
  .cpn2b {
    width: 72.5%;
  }
  .cpn2b table {
    border: 1px solid #efefef;
    width: 97.7%;
  }
  .td1 {
    width: 16.5%;
    height: 48px;
    background-color: #0eb0af;
    font-size: 12px;
    color: #fff;
    line-height: 48px;
    text-align: center;
  }
  .td2 {
    width: 31.7%;
    height: 48px;
    background-color: #fff;
    font-size: 12px;
    color: #818181;
    text-align: left;
    padding-left: 23px;
  }
  .cpn2b img {
    width: 29.4%;
  }
  .cpn2b2 {
    margin-left: 5.8%;
  }
  .cpn2b4 {
    font-size: 12px;
    color: #818181;
    margin-bottom: 29px;
    margin-left: 25px;
    position: relative;
  }
  .cpn2b4::before {
    content: "";
    background-image: url(../img/s84.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    top: 6px;
    left: -15px;
    width: 5px;
    height: 5px;
  }
  .cpn3 {
    padding-left: 3.3%;
  }
  .cpn3a {
    margin-top: 0;
  }
  .cpn3a h4 {
    font-size: 16px;
    color: #333;
    line-height: 16px;
  }
  .cpn3b {
    width: 50%;
    padding-right: 3.3%;
  }
  .cpn3b img {
    width: 60%;
    float: right;
  }
  .cpn4 {
    width: 100%;
    margin-top: 46px;
  }
  .cpn4a {
    width: 15%;
    margin-left: 3.3%;
    border: 1px solid #efefef;
    background-color: #fff;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .cpn4a > img {
    margin: 0 auto;
    width: 31.1%;
    margin-top: 90px;
  }
  .cpn4a > p {
    font-size: 14px;
    color: #818181;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    margin-top: 10px;
  }
  .cpn4a:nth-child(5) {
    margin-left: 70px;
  }
  .cpn4a1 {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 300px;
    left: 0;
    transition: all ease 0.4s;
  }
  .cpn4a1 img {
    width: 100%;
  }
  .cpn4a1 p {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpn4a:hover .cpn4a1 {
    top: 0;
  }
  .cpn4aa > p {
    text-align: left;
    width: 65%;
    margin: 0 auto;
  }
  .cpn4a2 {
    margin-top: 40px;
    margin-right: 70px;
  }
  .cpn4a2 p {
    width: 155px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #c12314;
  }
  .cpn4a2 p a {
    font-size: 12px;
    color: #c12314;
    transition: all ease 0.4s;
  }
  .cpn4a2 p:hover a {
    margin-left: 10px;
  }
  .cpnsp3 {
    margin-bottom: 90px;
  }
  .cpnsp {
    width: 47.2%;
    background-color: #0eb0af;
    padding: 30px;
  }
  .cpnsp1 {
    width: 41.3%;
  }
  .cpnsp1 img {
    width: 100%;
    margin-top: 60%;
  }

  /*	案例列表*/
  .ban_al {
    width: 100%;
    background-image: url(../img/s91.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .all1 {
    width: 100%;
    padding: 40px 0;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-bottom: 60px;
    transition: all ease 0.4s;
  }
  .all1a {
    width: 13.3%;
    margin-left: 7.25%;
    overflow: hidden;
  }
  .all1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .all1b {
    width: 59.3%;
    margin-left: 5%;
  }
  .all1b h4 {
    font-size: 16px;
    color: #333;
    line-height: 71px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .all1b p {
    font-size: 14px;
    color: #818181;
    line-height: 23px;
    transition: all ease 0.4s;
    height: 46px;
    overflow: hidden;
  }
  .all1c {
    margin-top: 64px;
    margin-left: 4.3%;
  }
  .all1:hover {
    background-color: #0eb0af;
  }
  .all1:hover .all1a img {
    transform: scale(1.1);
  }
  .all1:hover .all1b h4 {
    color: #fff;
  }
  .all1:hover .all1b p {
    color: #fff;
  }
  .all1:hover .cpl2a3a {
    opacity: 0;
  }
  .all1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	案例内页*/
  .aln1 {
    width: 93.3%;
    margin: 0 auto;
    background-color: #0eb0af;
    margin-top: 30px;
  }
  .aln1 h5 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }
  .aln2 {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .aln2a {
    width: 44.7%;
    padding: 0 6%;
    margin-left: -2%;
  }
  .aln2a img {
    width: 100%;
  }
  .aln2b {
    width: 54.6%;
  }
  .aln2b1 {
    width: 63.3%;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
  }
  .aln2b1a {
    width: 11.1%;
    margin-left: 9.4%;
  }
  .aln2b1a img {
    width: 100%;
  }
  .aln2b1b {
    width: 74.1%;
  }
  .aln2b1b p {
    font-size: 12px;
    color: #818181;
    line-height: 20px;
  }
  .aln2b1b p span {
    font-size: 14px;
    color: #333;
  }
  .aln2b2 {
    width: 63.3%;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
    margin-top: 20px;
  }
  .aln2b3 {
    width: 92.4%;
    border: 1px solid #0eb0af;
    margin-top: 40px;
  }
  .aln2b3a {
    width: 68.5%;
  }
  .aln2b3a1 {
    width: 11.1%;
    margin-left: 11.1%;
    padding: 10px 0;
  }
  .aln2b3a1 img {
    width: 100%;
  }
  .aln2b3a2 {
    width: 77.8%;
  }
  .aln2b3a2 p {
    font-size: 20px;
    color: #333;
    line-height: 55px;
    padding-left: 15px;
    font-weight: bold;
  }
  .aln2b3b {
    width: 31.5%;
    background-color: #0eb0af;
  }
  .aln2b3b a p {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    transition: all ease 0.4s;
  }
  .aln2b3b:hover p {
    margin-left: 10px;
  }
  .aln3 {
    width: 86.6%;
    margin: 0 auto;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 50px;
    padding: 40px 3.8% 40px 3.8%;
  }
  .aln3a1 {
    width: 2%;
  }
  .aln3a1 img {
    width: 100%;
  }
  .aln3a2 h4 {
    font-size: 20px;
    color: #818181;
    line-height: 25px;
    margin-left: 10px;
  }
  .aln3 p {
    font-size: 12px;
    color: #333;
    line-height: 21px;
    margin-top: 15.5px;
  }
  .aln3b {
    margin-top: 30px;
  }
  .aln3b img {
    width: 29.3%;
  }
  .aln3b img:nth-child(2) {
    margin-left: 60px;
  }
  .aln3c {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .aln3c p {
    width: 155px;
    height: 45px;
    border: 1px solid #c12314;
    text-align: center;
    line-height: 45px;
    float: right;
  }
  .aln3c p a {
    font-size: 12px;
    color: #c12314;
    transition: all ease 0.4s;
  }
  .aln3c p:hover a {
    margin-left: 10px;
  }

  /*	客户评价*/
  .pjl1 {
    width: 100%;
    padding: 50px 0 46.5px 6.6%;
    border: 1px solid #efefef;
    margin-bottom: 50px;
    transition: all ease 0.4s;
  }
  .pjl1a {
    width: 2.5%;
  }
  .pjl1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .pjl1a img:nth-child(2) {
    margin-top: -24px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .pjl1b {
    width: 75%;
    margin-left: 6.2%;
  }
  .pjl1b h4 {
    font-size: 16px;
    color: #333333;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.4s;
  }
  .pjl1b p {
    font-size: 12px;
    color: #818181;
    line-height: 17px;
    transition: all ease 0.4s;
    height: 34px;
    overflow: hidden;
  }
  .pjl1c {
    margin-top: 15px;
    margin-left: 5%;
  }
  .pjl1:hover {
    background-color: #0eb0af;
  }
  .pjl1:hover .pjl1a img:nth-child(2) {
    opacity: 1;
  }
  .pjl1:hover .pjl1a img:nth-child(1) {
    opacity: 0;
  }
  .pjl1:hover .pjl1b h4 {
    color: #fff;
  }
  .pjl1:hover .pjl1b p {
    color: #fff;
  }
  .pjl1:hover .cpl2a3a {
    opacity: 0;
  }
  .pjl1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	评价内页*/
  .pjn1 {
    width: 100%;
    margin-top: 40px;
  }
  .pjn1a {
    width: 19.3%;
  }
  .pjn1a1 {
    width: 25.8%;
    margin: 0 auto;
    margin-top: 110px;
  }
  .pjn1a1 img {
    width: 100%;
  }
  .pjn1b {
    width: 80.7%;
  }
  .pjn1b1a {
    width: 35%;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 30px 0 30px 0;
  }
  .pjn1b1b {
    width: 35%;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 30px 0 30px 0;
    margin-left: 5.1%;
  }
  .pjn1b2 {
    width: 92.3%;
    margin-top: 50px;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 30px 0 21px 4.4%;
  }
  .pjn1b2a {
    width: 4.2%;
  }
  .pjn1b2a img {
    width: 100%;
  }
  .pjn1b2b {
    width: 91%;
    margin-left: 2.1%;
  }
  .pjn1b2b h4 {
    font-size: 12px;
    color: #818181;
    line-height: 20px;
    margin-top: 14px;
  }
  .pjn1b2b p {
    font-size: 14px;
    color: #333333;
    line-height: 32px;
  }
  .pjn2 {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 40px;
  }
  .pjn2a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pjn2a1 {
    width: 8.3%;
    margin-top: 70px;
  }
  .pjn2a1 img {
    width: 35%;
    margin: 0 auto;
  }
  .xian {
    width: 81.6%;
    margin: 0 auto;
    height: 1px;
    background-color: #efefef;
  }
  .pjn2a2 {
    width: 83.3%;
    overflow: hidden;
  }
  .pjn2a2a {
    width: 200%;
  }
  .pjn2a2b {
    width: 16.5%;
  }
  .pjn2a2b1 {
    width: 88.2%;
    margin: 0 auto;
    overflow: hidden;
  }
  .pjn2a2b1 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .pjn2a2b:hover .pjn2a2b1 img {
    transform: scale(1.1);
  }
  .pjn2a3 {
    width: 8.3%;
    margin-top: 70px;
  }
  .pjn2a3 img {
    width: 35%;
    margin: 0 auto;
  }

  /*	新闻列表*/
  .ban_xw {
    width: 100%;
    background-image: url(../img/s110.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .xwl1 {
    width: 100%;
    border: 1px solid #efefef;
    padding: 50px 0 45.5px 6.6%;
    margin-bottom: 50px;
    transition: all ease 0.4s;
  }
  .xwl1a {
    width: 9.8%;
  }
  .xwl1a p {
    font-size: 14px;
    color: #0eb0af;
    text-align: left;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .xwl1a p span {
    font-size: 54px;
    margin-left: -5px;
  }
  .xwl1b {
    width: 74%;
  }
  .xwl1b h4 {
    font-size: 16px;
    color: #333;
    line-height: 39px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwl1b h5 {
    font-size: 12px;
    color: #818181;
    line-height: 17px;
    transition: all ease 0.4s;
    height: 34px;
    overflow: hidden;
  }
  .xwl1:hover {
    background-color: #0eb0af;
    border: 1px solid #0eb0af;
  }
  .xwl1:hover .xwl1a p {
    color: #fff;
  }
  .xwl1:hover .xwl1b h4 {
    color: #fff;
  }
  .xwl1:hover .xwl1b h5 {
    color: #fff;
  }
  .xwl1:hover .cpl2a3a {
    opacity: 0;
  }
  .xwl1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	新闻内页*/
  .xwn1 {
    width: 93.3%;
    margin: 0 auto;
    background-color: #0eb0af;
    height: 30px;
  }
  .xwn1c {
    margin: 0 auto;
    display: table;
  }
  .xwn1a img {
    width: 19px;
    margin-top: 7px;
  }
  .xwn1a p {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    margin-left: 5px;
  }
  .xwn1b {
    margin-left: 5px;
  }
  .xwn1b img {
    width: 19px;
    margin-top: 7px;
  }
  .xwn1b p {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    margin-left: 5px;
  }
  .xwn2 {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 36.5px;
  }
  .xwn2 p {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
  }
  .xwn2 p a {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
  }
  .xwn2 img {
    width: 74.1%;
    margin: 0 auto;
    margin-top: 44.5px;
    margin-bottom: 46.5px;
  }
  .xwn3 {
    width: 93.3%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .xwn3 p {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
  }
  .xwn3 p a {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
  }

  /*	公司简介*/
  .qh1:nth-child(3) {
    margin-left: 70px;
  }
  .gsjj1 {
    width: 92.5%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .gsjj1a {
    width: 21.6%;
    margin-right: 4.5%;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 35px 0;
    transition: all ease 0.4s;
    cursor: pointer;
  }
  .gsjj1a:nth-child(4) {
    margin-right: 0;
  }
  .gsjj1a1 {
    width: 41.6%;
    margin: 0 auto;
    transition: all ease 0.4s;
  }
  .gsjj1a2 {
    width: 41.6%;
    margin: 0 auto;
    margin-top: -99px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .gsjj1a h4 {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 28px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.4s;
  }
  .gsjj1a p {
    font-size: 12px;
    color: #818181;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .gsjj1a:hover {
    background-color: #0eb0af;
  }
  .gsjj1a:hover .gsjj1a1 {
    opacity: 0;
  }
  .gsjj1a:hover .gsjj1a2 {
    opacity: 1;
  }
  .gsjj1a:hover h4 {
    color: #fff;
  }
  .gsjj1a:hover p {
    color: #fff;
  }
  .gsjj1b {
    width: 100%;
    margin-top: 44.5px;
    font-size: 12px;
    color: #818181;
    line-height: 23px;
  }
  .gsjj2 {
    width: 100%;
    background-image: url(../img/s124.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 545px;
    margin-top: 65.5px;
  }
  .gsjj2a {
    width: 50.5%;
    float: right;
    margin-top: 130px;
    margin-right: 70px;
  }
  .gsjj2a img {
    width: 100%;
  }
  .gsjj2b {
    width: 46.2%;
    float: right;
    padding-top: 35.5px;
    padding-bottom: 44.5px;
    background-color: #0eb0af;
    margin-top: 77px;
    margin-right: 40px;
  }
  .gsjj2b p {
    width: 75.8%;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .gsjj3 {
    width: 93.3%;
    margin: 0 auto;
    margin-top: 47.5px;
  }
  .gsjj3 p {
    font-size: 12px;
    color: #818181;
    line-height: 21px;
    letter-spacing: 3px;
  }

  /*	荣誉资质*/
  .ban_zz {
    width: 100%;
    background-image: url(../img/s128.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .ry {
    width: 88.5%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .ry1 {
    width: 21.1%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .ry1a {
    width: 100%;
    overflow: hidden;
  }
  .ry1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .ry2 {
    margin: 0 18.3%;
  }
  .ry1 p {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding-left: 22px;
    border-left: 2px solid #0eb0af;
    margin-top: 30px;
    height: 14px;
    margin-left: 10px;
    transition: all ease 0.4s;
  }
  .ry1:hover .ry1a img {
    transform: scale(1.1);
  }
  .ry1:hover p {
    color: #0eb0af;
  }

  /*	联系我们*/
  .lx1 {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .lx1a {
    width: 11.4%;
  }
  .lx1a img {
    width: 100%;
    box-shadow: -15px -15px 0 0 #0eb0af;
  }
  .lx1a p {
    font-size: 12px;
    color: #818181;
    text-align: center;
    margin-top: 20px;
  }
  .lx1b {
    width: 78%;
  }
  .lx1b1 {
    width: 33.3%;
    margin-bottom: 45px;
  }
  .lx1b1 img {
    width: 27px;
    height: 25px;
    float: left;
  }
  .lx1b1 p {
    float: left;
    margin-left: 15px;
    font-size: 12px;
    color: #818181;
    line-height: 15px;
    width: calc(100% - 20%);
  }
  .lx1b1 p span {
    font-size: 14px;
    color: #333;
  }
  .lx2 {
    position: relative;
  }
  .lx2a {
    margin-left: 40px;
    width: 16%;
  }
  .lx2a img {
    width: 12%;
    float: left;
  }
  .lx2a p {
    width: calc(100% - 20%);
    font-size: 12px;
    color: #333;
    line-height: 30px;
    margin-left: 10px;
    float: left;
  }
  .lx2b {
    margin-top: 10px;
  }
  .lx2c {
    background-color: #0eb0af;
    width: 35.8%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .lx2c1 {
    width: 81.3%;
    margin: 0 auto;
    height: 33px;
    display: table;
    margin-bottom: 20px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
  }
  .lx2c textarea {
    width: 81.3%;
    margin: 0 auto;
    display: table;
    height: 54px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
  }
  .lx2c2 {
    width: 81.3%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .lx2c2a {
    width: 61.1%;
    height: 33px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
  }
  .lx2c2b {
    width: 38.9%;
    height: 33px;
  }
  .lx2c3 {
    width: 81.3%;
    margin: 0 auto;
  }
  .lx2c3a {
    width: 37.1%;
    height: 33px;
    font-size: 14px;
    color: #e83c2a;
    border: 1px solid #e83c2a;
    background-color: #fff;
  }
  .lx2c3b {
    width: 37.1%;
    height: 33px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #b3b3b3;
    background-color: #b3b3b3;
  }
  .lx3 {
    margin-top: -107px;
  }

  /*网站地图*/
  .wzdt {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h1 {
    width: 1144px;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h1 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }
  .wzdt_a p {
    margin: 0 25px;
  }
  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }
  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 100px 30px;
    margin-bottom: -112px;
  }
  .fzf1 {
    width: 1011px;
    margin: 20px auto;
  }
  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 p {
    font-size: 36px;
    color: #434343;
    text-align: center;
    line-height: 50px;
  }
  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2-1 p {
    font-size: 26px;
    color: #434343;
    text-align: center;
    line-height: 50px;
  }
  .fzf2-1 p span {
    color: #333;
  }
  .fzf3 {
    width: 430px;
    margin: 20px auto;
    margin-top: 40px;
  }
  .fzf3z {
    float: left;
  }
  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf3y {
    float: right;
  }
  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /*404*/
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  /*网站地图*/
  .wzdt {
    width: 96%;
    margin: 0 auto;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h1 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h1 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }
  .wzdt_a p {
    margin: 0 25px;
  }
  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }
  .wzdt_a p a:hover {
    color: #0665d0;
  }
  /*网站地图*/
  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: -90px;
  }
  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }
  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }
  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }
  .fzf2-1 p span {
    color: #333;
  }
  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }
  .fzf3z {
    float: left;
  }
  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf3y {
    float: right;
  }
  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }
  /*404*/
  .clearfix {
    clear: both;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 12px;
    overflow-x: hidden;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #858585;
  }
  * img {
    display: block;
  }
  input {
    padding: 0;
    margin: 0;
    outline: none;
  }
  .mob {
    display: none;
  }
  .pc {
    display: block;
  }
  .commen {
    width: 96%;
    margin: 0 auto;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  /*	top*/
  .top1 {
    font-size: 12px;
    color: #828282;
    line-height: 32px;
    margin-left: 10px;
  }
  .top2 {
    font-size: 12px;
    color: #828282;
    line-height: 32px;
    margin-right: 20px;
  }
  .top2 a {
    font-size: 12px;
    color: #828282;
    transition: all ease 0.4s;
  }
  .top2 a:hover {
    color: #1aa2a6;
  }
  .top1 h1 {
    display: inline-block;
  }

  /*	导航*/
  .dh {
    height: 94px;
    background-color: #fff;
    border-bottom: 3px solid #0eb0af;
    border-radius: 5px;
  }
  .dh1 {
    width: 20.6%;
    margin-left: 2%;
    margin-top: 22px;
  }
  .dh1 img {
    width: 100%;
  }
  .dh2 {
    width: 75%;
  }
  .dh2a {
    width: 100%;
  }
  .dh2b {
    width: 12.5%;
    position: relative;
  }
  .dh2b > a {
    font-size: 16px;
    color: #333333;
    line-height: 94px;
    text-align: center;
    display: block;
    transition: all ease 0.4s;
  }
  .dh2ba a {
    color: #1aa2a6;
  }
  .dh2bb {
    background-color: rgba(14, 176, 175, 0.6);
    position: absolute;
    top: 94px;
    left: -15%;
    width: 130%;
    z-index: 10;
  }
  .dh2bc {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    transition: all ease 0.4s;
  }
  .dh2bc a {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    display: block;
  }
  .dh2b:hover > a {
    color: #0eb0af;
  }
  .dh2bc:hover {
    background-color: #0eb0af;
  }

  /*	banner*/
  .ban {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .bana {
    width: 1300px;
    overflow: hidden;
    height: 473px;
    position: relative;
    left: 50%;
    margin-left: -650px;
    z-index: -1;
  }
  .bana img {
    width: 100%;
  }
  .ban1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -30px;
    z-index: -1;
  }
  .bana1 {
    width: 1920px;
    overflow: hidden;
    height: 550px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
  }
  .banb {
    width: 1200px;
  }

  .banb_a {
    width: 47px;
    height: 109px;
    position: absolute;
    left: 3%;
    top: calc(50% - 65px);
    cursor: pointer;
  }
  .banb_c {
    width: 47px;
    height: 109px;
    position: absolute;
    left: 93%;
    top: calc(50% - 65px);
    cursor: pointer;
    z-index: 15;
  }
  .banb_e {
    z-index: 1000;
    bottom: 20px;
    position: absolute;
    left: calc(50% - 36px);
  }
  .banb_e li {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 12px 6px;
    cursor: pointer;
    transition: all ease 0.1s;
  }
  .banb_e .banb_f {
    background: #0eb0af;
  }
  .bt-a {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 5%;
    top: calc(50% - 10px);
    cursor: pointer;
    z-index: 1500;
  }
  .bt-b {
    width: 48px;
    height: 48px;
  }
  .bt-b:hover {
    background: url(../img/s09.png);
  }
  .bt-k {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 5%;
    top: calc(50% - 10px);
    cursor: pointer;
    z-index: 1500;
  }
  .bt-f {
    width: 48px;
    height: 48px;
  }
  .bt-f:hover {
    background: url(../img/s10.png);
  }

  .topa {
    position: absolute;
    top: 0;
    left: 9%;
    width: 82%;
  }

  /*	key*/
  .key {
    height: 47px;
  }
  .key1 {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 47px;
    position: relative;
    margin-left: 4%;
  }
  .key1 a {
    font-size: 12px;
    color: #b2b2b2;
    transition: all ease 0.4s;
  }
  .key1 a:hover {
    color: #23c5c4;
  }
  .key1::before {
    content: "";
    background-image: url(../img/s05.png);
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: -21px;
  }
  .key2 {
    width: 16.8%;
    margin-top: 1%;
    margin-right: 12%;
  }

  /*	产品中心*/
  .shop {
    margin-top: 2%;
  }
  .shop1 {
    width: 33.3%;
    padding: 0 3.7% 2% 2.5%;
  }
  .shop1 img {
    width: 61.4%;
  }
  .shop1 > p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 44px;
  }
  .shop1a {
    width: 100%;
    height: 58px;
    background-color: #fff;
    padding: 9px 0 0 8%;
    margin-top: 0px;
    cursor: pointer;
    transition: all ease 0.4s;
  }
  .shop1a:last-child {
    margin-top: 0px;
  }
  .shop1a:hover {
    background-color: #0eb0af;
  }
  .shop1a:hover p {
    color: #fff;
  }
  .shop1a1 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    transition: all ease 0.4s;
  }
  .shop1a2 {
    font-size: 12px;
    color: #8c8b8b;
    line-height: 18px;
    transition: all ease 0.4s;
  }
  .shop1aa {
    background-color: #0eb0af;
  }
  .shop1aa .shop1a1 {
    color: #fff;
  }
  .shop1aa .shop1a2 {
    color: #fff;
  }
  .shop2 {
    margin-top: -300px;
  }
  .shop2a {
    padding-left: 40px;
    width: 66.6%;
    background-image: url(../img/s11.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #0eb0af;
  }
  .shop2a1 {
    width: 38%;
    padding-top: 56px;
  }
  .shop2a1 h4 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
  }
  .shop2a1 h5 {
    font-size: 12px;
    color: #0eb0af;
    line-height: 20px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
  }
  .shop2a1 p {
    font-size: 12px;
    color: #818181;
    line-height: 21px;
    margin-top: 41.5px;
    height: 42px;
    overflow: hidden;
  }
  .shop2a1 span {
    font-size: 12px;
    color: #0eb0af;
    margin-top: 55.5px;
    display: inline-block;
    transition: all ease 0.4s;
    margin-bottom: 20px;
  }
  .shop2a:hover .shop2a1 span {
    margin-left: 10px;
  }
  .shop2a2 {
    width: 67%;
    margin-right: -5%;
    margin-left: -2%;
    margin-top: -10px;
  }
  .shop2a2 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .shop2b1 {
    width: 33.3%;
    padding-left: 2%;
    overflow: hidden;
    background-color: #f5f5f5;
  }
  .shop2b1a {
    width: 100%;
  }
  .shop2b1a h4 {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 35px;
  }
  .shop2b1a h5 {
    font-size: 12px;
    color: #0eb0af;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .shop2b1b {
    width: 100%;
    margin-top: 4%;
  }
  .shop2b1b img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .shop2b2 {
    background-color: #fafafa;
  }
  .shop2b1:hover .shop2b1b img {
    transform: scale(1.1);
  }
  .shop2a:hover .shop2a2 img {
    transform: scale(1.1);
  }

  /*	七大优势*/
  .ys {
    background-image: url(../img/s13.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5%;
  }
  .ys1a {
    width: 32.3%;
    padding: 8% 0 0 1%;
  }
  .ys1a > img {
    width: 61.2%;
  }
  .ys1a p {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    margin-left: 4px;
  }
  .ys1a1 {
    margin-top: 40px;
  }
  .ys1a1 img {
    cursor: pointer;
    width: 16.3%;
  }
  .ys1a1 img:nth-child(2) {
    margin-left: 26px;
  }
  .ys1b {
    margin-top: 135px;
    width: 67.6%;
  }
  .ys1b1 {
    position: relative;
  }
  .ys1b1 > img {
    margin-right: 6px;
    width: 270px;
    float: right;
  }
  .ys1b1::before {
    content: "";
    background-color: #23c5c4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 295px);
    height: 1px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
  }
  .ys1b2 {
    width: 99.9%;
    overflow: hidden;
    margin-top: 36px;
    position: relative;
  }
  .ys1b2a {
    width: 233.333%;
  }
  .ys1b2b {
    width: 14.285%;
  }
  .ys1b2c {
    width: 91%;
    background-color: #fff;
    padding: 5% 5% 0 5%;
  }
  .ys1b2c1 {
    width: 68.1%;
    margin: 0 auto;
  }
  .ys1b2c2 {
    width: 25.2%;
    margin: 0 auto;
    margin-top: 16px;
  }
  .ys1b2c h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ys1b2c h5 {
    font-size: 14px;
    color: #818181;
    line-height: 22px;
    text-align: center;
    margin-top: 13px;
    height: 88px;
    overflow: hidden;
  }
  .ys1b3 {
    float: right;
    margin-top: 5%;
  }
  .ys1b3 img {
    width: 100%;
  }

  /*	成功案例*/
  .al {
    width: 100%;
    background-image: url(../img/s29.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    margin-top: 5%;
  }
  .all {
    position: relative;
  }
  .al1a {
    width: 33.3%;
    position: relative;
    overflow: hidden;
  }
  .al1a img {
    width: 100%;
  }
  .al1b {
    width: 33.3%;
  }
  .al1b1 {
    width: 100%;
    height: 179px;
    background-color: #0eb0af;
    padding: 36px 0 0 27px;
  }
  .al1b1 img {
    width: 56.5%;
  }
  .al1b1 p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
  }
  .al1b2 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .al1b2 img {
    width: 100%;
  }
  .al1b2:hover .al1b3 {
    bottom: 0px;
    opacity: 1;
  }
  .al1a:hover .al1b3 {
    bottom: 0px;
    opacity: 1;
  }
  .al1c:hover .al1b3 {
    bottom: 0px;
    opacity: 1;
  }
  .al1b3 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.69);
    padding: 20.5px 42px 32px 50px;
    position: absolute;
    bottom: -300px;
    left: 0;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .al1b3 h4 {
    font-size: 18px;
    color: #e5f4f4;
    line-height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .al1b3 h5 {
    font-size: 12px;
    color: #fff;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
  }
  .al1b3 span {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    margin-top: 20px;
  }
  .al1c {
    width: 33.3%;
    position: relative;
    overflow: hidden;
  }
  .al1c1 {
    width: 100%;
    height: 179px;
  }
  .al1c1 span {
    float: right;
    width: 155px;
    height: 45px;
    border: 1px solid #e83c2a;
    line-height: 45px;
    text-align: center;
    margin-top: 102px;
  }
  .al1c1 span a {
    font-size: 12px;
    color: #c12314;
    transition: all ease 0.4s;
  }
  .al1c1 span:hover a {
    margin-left: 10px;
  }
  .al2 {
    position: absolute;
    bottom: 60px;
    left: 0;
  }
  .al2a {
    cursor: pointer;
  }
  .al2b {
    margin-left: 26px;
    cursor: pointer;
  }

  /*	客户评价*/
  .pj {
    margin-top: 5%;
    z-index: 1000;
    position: relative;
  }
  .pj1a {
    width: 73%;
    position: relative;
    margin-top: 25px;
  }
  .pj1a img {
    width: 31.5%;
  }
  .pj1a::after {
    content: "";
    background-color: #b8dcdc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 285px);
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: 280px;
  }
  .pj1b {
    width: 28.7%;
    background-color: #0eb0af;
    margin-right: -28px;
    padding: 4% 4% 5% 2%;
    position: relative;
    z-index: 10;
  }
  .pj1b img {
    width: 100%;
  }
  .pj1b p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    float: right;
    line-height: 38px;
  }
  .pj2 {
    position: relative;
    top: -100px;
  }
  .pj2b {
    width: 100%;
    overflow: hidden;
  }
  .pj2b1 {
    width: 200%;
  }
  .pj2b2 {
    width: 25%;
    background-color: #ededed;
  }
  .pj2b21 {
    width: 62%;
    margin-top: 46px;
    margin-left: 60px;
    margin-bottom: 54px;
  }
  .pj2b3 {
    width: 7.7%;
  }
  .pj2b31 {
    width: 29px;
  }
  .pj2b32 {
    width: 29px;
    margin-top: -25px;
    opacity: 0;
  }
  .pj2b2 h4 {
    font-size: 20px;
    color: #333;
    line-height: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.4s;
  }
  .pj2b2 h5 {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 21px;
    margin-top: 11px;
    height: 63px;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .pj2b2 span {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 22px;
    margin-top: 49px;
    display: block;
    transition: all ease 0.4s;
  }
  .pj2a {
    width: 54px;
    height: 54px;
    background-image: url(../img/s34.png);
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% - 210px);
    left: 0;
    cursor: pointer;
    transition: all ease 0.4s;
    z-index: 10;
  }
  .pj2c {
    width: 54px;
    height: 54px;
    background-image: url(../img/s35.png);
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% - 210px);
    right: 0;
    cursor: pointer;
    transition: all ease 0.4s;
    z-index: 10;
  }
  .pj2bb {
    background-color: #f5f5f5;
  }
  .pj3 {
    margin-top: -65px;
  }
  .pj3 p {
    width: 155px;
    height: 45px;
    border: 1px solid #e83c2a;
    text-align: center;
  }
  .pj3 p a {
    font-size: 12px;
    color: #e83c2a;
    line-height: 45px;
    transition: all ease 0.4s;
  }
  .pj3 p:hover a {
    margin-left: 10px;
  }
  .pj2b2:hover .pj2b31 {
    opacity: 0;
  }
  .pj2b2:hover .pj2b32 {
    opacity: 1;
  }
  .pj2b2:hover h4 {
    color: #23c5c4;
  }
  .pj2b2:hover h5 {
    color: #23c5c4;
  }
  .pj2b2:hover span {
    color: #23c5c4;
  }

  /*	公司简介*/
  .jj {
    width: 100%;
    background-image: url(../img/s39.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -78px;
  }
  .jj1 {
    width: 58.7%;
    background-color: #0eb0af;
    margin-right: -18px;
    margin-top: 15px;
    padding: 5%;
  }
  .jj1 > img {
    width: 68.8%;
  }
  .jj1 > h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 56px;
    margin-left: 3px;
  }
  .jj1 p {
    font-size: 11px;
    color: #fff;
    line-height: 22px;
    margin-left: 5px;
    height: 154px;
    overflow: hidden;
  }
  .jj1a {
    width: 100%;
  }
  .jj1a1 {
    width: 61.8%;
    margin-top: 74.5px;
  }
  .jj1a1 > img {
    width: 89.2%;
  }
  .jj1a1 > h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 56px;
  }
  .jj1a1a {
    margin-top: 20px;
  }
  .jj1a1a1 {
    width: 15.9%;
    cursor: pointer;
  }
  .jj1a1a2 {
    width: 15.9%;
    margin-left: 30px;
    cursor: pointer;
  }
  .jj1a2 {
    width: 35.1%;
    overflow: hidden;
    margin-top: 37.5px;
    box-shadow: 13px 14px 0 0 rgba(0, 0, 0, 0.4);
  }
  .jj1a2a {
    width: 400%;
  }
  .jj1a2a1 {
    width: 25%;
  }
  .jj1a2a1 img {
    width: 100%;
  }
  .jj2 {
    width: 155px;
    height: 45px;
    border: 1px solid #e83c2a;
    line-height: 45px;
    text-align: center;
    margin-top: -45px;
    margin-left: 30px;
  }
  .jj2 a {
    font-size: 12px;
    color: #e83c2a;
    transition: all ease 0.4s;
  }
  .jj2:hover a {
    margin-left: 10px;
  }

  /*	新闻资讯*/
  .news {
    margin-top: 5%;
  }
  .news1 {
    width: 27.9%;
  }
  .news1 > img {
    width: 74%;
    margin-left: 8.9%;
  }
  .news1 > h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 38px;
    margin-left: 8.9%;
  }
  .news1a {
    margin-top: 25px;
    width: 82%;
  }
  .news1a1 {
    padding: 7px 0 5px 52px;
    cursor: pointer;
    width: 100%;
  }
  .news1a1:nth-child(2) {
    margin-top: 28px;
  }
  .news1a1 h4 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  .news1a1 h5 {
    font-size: 12px;
    color: #8c8b8b;
    line-height: 22px;
    text-transform: uppercase;
  }
  .news1a2 {
    padding: 7px 0 5px 52px;
    margin-top: 28px;
    cursor: pointer;
    width: 100%;
  }
  .news1a2 h4 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  .news1a2 h5 {
    font-size: 12px;
    color: #8c8b8b;
    line-height: 22px;
    text-transform: uppercase;
  }
  .news2a3 {
    background-color: #0eb0af;
  }
  .news2a3 h4,
  .news2a3 h5 {
    color: #fff;
  }
  .news1b {
    width: 155px;
    height: 45px;
    border: 1px solid #e83c2a;
    line-height: 45px;
    text-align: center;
    margin-left: 30px;
    margin-top: 50px;
  }
  .news1b a {
    font-size: 12px;
    color: #e83c2a;
    transition: all ease 0.4s;
  }
  .news1b:hover a {
    margin-left: 10px;
  }
  .news2 {
    width: 72%;
  }
  .news2a {
    width: 47.9%;
  }
  .news2a1 {
    width: 100%;
    overflow: hidden;
  }
  .news2a1 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .news2a2 {
    background-color: #fafafa;
    padding: 9%;
    transition: all ease 0.4s;
  }
  .news2a21 {
    width: 13.8%;
  }
  .news2a21 h4 {
    font-size: 54px;
    color: #0eb0af;
    line-height: 54px;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .news2a21 h5 {
    font-size: 14px;
    color: #0eb0af;
    line-height: 14px;
    text-align: center;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .news2a22 {
    width: 64.2%;
    margin-left: 25px;
  }
  .news2a22 h4 {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news2a22 h5 {
    font-size: 12px;
    color: #818181;
    line-height: 17px;
    margin-top: 9.5px;
    transition: all ease 0.4s;
    height: 34px;
    overflow: hidden;
  }
  .news2a23 {
    width: 9.6%;
    margin-top: 20px;
  }
  .news2a23 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .news2a23 img:nth-child(2) {
    margin-top: -35px;
    opacity: 0;
  }
  .news2a:hover .news2a2 {
    background-color: #0eb0af;
  }
  .news2a:hover .news2a1 img {
    transform: scale(1.1);
  }
  .news2a:hover .news2a21 h4 {
    color: #fff;
  }
  .news2a:hover .news2a21 h5 {
    color: #fff;
  }
  .news2a:hover .news2a22 h4 {
    color: #fff;
  }
  .news2a:hover .news2a22 h5 {
    color: #fff;
  }
  .news2a:hover .news2a23 img:nth-child(1) {
    opacity: 0;
  }
  .news2a:hover .news2a23 img:nth-child(2) {
    opacity: 1;
  }
  .news2b {
    width: 47.9%;
  }
  .news2b .news2a2:hover {
    background-color: #0eb0af;
  }
  .news2b .news2a2:hover .news2a21 h4 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a21 h5 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a22 h4 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a22 h5 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a23 img:nth-child(1) {
    opacity: 0;
  }
  .news2b .news2a2:hover .news2a23 img:nth-child(2) {
    opacity: 1;
  }

  /*	在线留言*/
  .zx {
    margin-top: 5%;
  }
  .zx1 {
    width: 100%;
    background-color: #0eb0af;
    height: 200px;
    padding: 5% 0 0 5%;
    position: relative;
  }
  .zx1 img {
    width: 78.2%;
  }
  .zx1 p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 56px;
  }
  .zx2 {
    margin-left: 5%;
    margin-top: -43%;
    width: 100%;
    position: relative;
  }
  .zx2a {
    width: 62%;
  }
  .zx2a img {
    width: 100%;
  }
  .zx2b {
    width: 12.3%;
    margin-left: 13px;
    margin-top: 46px;
  }
  .zx3 {
    width: 100%;
    background-color: #f3f3f3;
    padding: 5% 2% 5% 0;
    border-radius: 5px;
    border-bottom: 4px solid #23c5c4;
    position: relative;
  }
  .zx3a {
    width: 48%;
    margin-left: 2%;
  }
  .zx3a1 {
    width: 50%;
    margin-bottom: 2%;
  }
  .zx3a1 img {
    width: 11.4%;
    margin-top: 5px;
  }
  .zx3a1 p {
    font-size: 12px;
    color: #818181;
    margin-left: 5%;
    width: calc(100% - 26.4%);
  }
  .zx3a1 p span {
    font-size: 12px;
    color: #333;
  }
  .zx3b {
    width: 28.1%;
  }
  .zx3b1 {
    width: 100%;
    height: 33px;
    margin-bottom: 8px;
    border-radius: 3px;
    padding-left: 18px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    border: none;
  }
  .zx3b textarea {
    width: 100%;
    height: 54px;
    border-radius: 3px;
    padding-left: 18px;
    font-size: 12px;
    color: #818181;
    line-height: 30px;
    margin-bottom: 9px;
    border: none;
  }
  .zx3b2 {
    width: 100%;
  }
  .zx3b2a {
    width: 54%;
    height: 33px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
    border: none;
  }
  .zx3b2b {
    width: 45.8%;
    cursor: pointer;
  }
  .zx3b3 {
    margin-top: 11px;
  }
  .zx3b3a {
    width: 35%;
    height: 33px;
    background-color: #fff;
    border: 1px solid #e83c2a;
    border-radius: 3px;
    font-size: 14px;
    color: #e83c2a;
    cursor: pointer;
  }
  .zx3b3b {
    width: 35%;
    height: 33px;
    background-color: #b3b3b3;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    border: none;
  }
  .zx3c {
    width: 21.6%;
    margin-top: -66px;
  }

  /*	底部导航*/
  .db {
    background-color: #2a6060;
    width: 100%;
    margin-top: -42px;
  }
  .db1 {
    width: 100%;
    padding: 87px 0 0 34px;
  }
  .db1a {
    width: 17.6%;
  }
  .db1a img {
    width: 100%;
  }
  .db1b {
    width: 76.2%;
  }
  .db1b1 {
    width: 20%;
  }
  .db1b1 h4 {
    font-weight: bold;
    position: relative;
    line-height: 24px;
  }
  .db1b1 h4 a {
    font-size: 14px;
    color: #fefefe;
    transition: all ease 0.4s;
  }
  .db1b1 h4::before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 11px;
    left: -18px;
    transition: all ease 0.4s;
  }
  .db1b1 p {
    line-height: 25px;
  }
  .db1b1 p a {
    font-size: 12px;
    color: #b0b0b0;
    transition: all ease 0.4s;
  }
  .db1b1 h4:hover a {
    color: #0eb0af;
  }
  .db1b1 h4:hover::before {
    background-color: #0eb0af;
  }
  .db1b1 p:hover a {
    color: #fff;
  }
  .db2 {
    border-top: 1px solid #215353;
  }
  .db2 p img {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    top: 3px;
  }
  .db2 p {
    font-size: 12px;
    color: #efefef;
    line-height: 53px;
  }
  .dh2 p:nth-child(2) {
    margin-left: 285px;
  }
  .db2 p a {
    font-size: 12px;
    color: #efefef;
    transition: all ease 0.4s;
  }
  .db2 p a:hover {
    color: #0eb0af;
  }

  /*	友链*/
  .yl {
    width: 100%;
  }
  .yl p {
    font-size: 12px;
    color: #818181;
    line-height: 34px;
    margin-left: 16px;
  }
  .yl p a {
    font-size: 12px;
    color: #b2b2b2;
  }

  /*添加的漂浮QQ*/
  .dong {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -115px;
    z-index: 1001;
  }
  .sahng {
    width: 100%;
  }
  .xain {
    width: 100%;
    height: 50px;
    background: url(../img/zxkf.png) no-repeat center;
    background-color: #1aa2a6;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
  }
  .danpo {
    width: 100%;
    height: 50px;
    background-color: #1aa2a6;
    position: absolute;
    top: 0;
    left: 0;
  }
  .danpo p {
    text-align: center;
    line-height: 16px;
    color: #fff;
    padding-top: 10px;
  }
  .dhaun {
    width: 320px;
    position: absolute;
    top: -20px;
    left: -310px;
    z-index: 1000;
  }
  .dinr {
    width: 300px;
    border-top: solid 4px #1aa2a6;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  .weiya {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  .weiya img {
    float: left;
    padding: 10px;
  }
  .weiya .yumin {
    float: left;
    padding: 10px;
  }
  .yumin span {
    font-size: 16px;
    color: #1aa2a6;
  }
  .yumin p {
    color: #ccc;
  }
  .botre {
    width: 100%;
    padding: 20px;
  }
  .kehug p {
    float: left;
  }
  .kehug p a {
    color: #828282;
  }
  .kehug img {
    float: left;
  }
  .jieh {
    color: #828282;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
  }
  .kehug {
    line-height: 26px;
  }

  .daoma {
    width: 100%;
    height: 50px;
    border: solid 1px #ccc;
    background: url(../img/217.png) no-repeat center;
    background-color: #fff;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
  }
  .zung {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zung p {
    text-align: center;
    line-height: 16px;
    color: #1aa2a6;
    padding-top: 10px;
  }
  .loainj {
    width: 320px;
    position: absolute;
    top: -20px;
    left: -331px;
  }
  .dingw {
    width: 300px;
    border-top: solid 4px #1aa2a6;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 10px;
  }
  .dingw img {
    float: left;
    padding: 10px;
  }
  .dingw .xiaw {
    float: left;
    padding: 10px;
  }
  .xiaw span {
    font-size: 20px;
    color: #828282;
    font-weight: bold;
  }
  .xiaw p {
    color: #939393;
    font-size: 14px;
    line-height: 22px;
  }

  .topb {
    width: 100%;
    height: 50px;
    border: solid 1px #ccc;
    background: url(../img/218.png) no-repeat center;
    background-color: #fff;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
  }
  .libai {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .libai p {
    text-align: center;
    line-height: 16px;
    color: #1aa2a6;
    padding-top: 10px;
  }
  .yeya {
    width: 200px;
    position: absolute;
    top: -20px;
    left: -230px;
  }
  .weic {
    width: 180px;
    border-top: solid 4px #1aa2a6;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 20px;
  }
  .rin {
    width: 100%;
  }
  .rin img {
    width: 100%;
  }
  .weic p {
    text-align: center;
    line-height: 30px;
  }

  .fanh {
    width: 100%;
    height: 50px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #1aa2a6;
    cursor: pointer;
  }
  .fanh p {
    padding-top: 10px;
    color: #fff;
  }

  /*	产品列表页*/
  .ban_cp {
    background-image: url(../img/s76.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .ckey {
    background-color: #fbfbfb;
  }
  .ckey1 {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 47px;
    text-align: right;
    position: relative;
  }
  .ckey1::before {
    content: "";
    background-image: url(../img/s77.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 9px;
    height: 11px;
    position: absolute;
    top: 18px;
    left: -19px;
  }
  .ckey1 a {
    color: #b2b2b2;
    transition: all ease 0.4s;
  }
  .ckey1 a:hover {
    color: #0eb0af;
  }
  .qh {
    margin: 0 auto;
    margin-top: 272px;
    display: table;
  }
  .qh1 {
    width: 170px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .qh1 a {
    font-size: 16px;
    color: #333;
  }
  .qh1:nth-child(2) {
    margin-left: 70px;
  }
  .qh2 {
    background-color: #0eb0af;
  }
  .qh2 a {
    color: #fff;
  }
  .cpl {
    background-color: #fbfbfb;
    padding-top: 57px;
    padding-bottom: 70px;
  }
  .cpl1 {
    margin: 0 auto;
    display: table;
  }
  .cpl1 img {
    width: 100%;
  }
  .cpl1 h1 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-top: -25px;
    text-align: center;
  }
  .cpl2 {
    margin-top: 55px;
  }
  .cpl2a {
    width: 100%;
    background-color: #fff;
    border: 1px solid #efefef;
    transition: all ease 0.4s;
    margin-bottom: 50px;
  }
  .cpl2a1 {
    width: 37.4%;
  }
  .cpl2a1 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .cpl2a2 {
    width: 55%;
  }
  .cpl2a2 h4 {
    font-size: 16px;
    color: #333;
    line-height: 77px;
    transition: all ease 0.4s;
  }
  .cpl2a2b {
    width: 50%;
  }
  .cpl2a2b1 {
    font-size: 12px;
    color: #0eb0af;
    line-height: 41px;
    transition: all ease 0.4s;
  }
  .cpl2a2b2 {
    font-size: 12px;
    color: #818181;
    line-height: 41px;
    transition: all ease 0.4s;
  }
  .cpl2a3 {
    width: 5%;
    margin-top: 90px;
  }
  .cpl2a3a {
    transition: all ease 0.4s;
  }
  .cpl2a3b {
    margin-top: -35px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .cpl2a:hover .cpl2a3a {
    opacity: 0;
  }
  .cpl2a:hover .cpl2a3b {
    opacity: 1;
  }
  .cpl2a:hover {
    background-color: #0eb0af;
  }
  .cpl2a:hover {
    border: 1px solid #0eb0af;
  }
  .cpl2a:hover .cpl2a2 h4 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a2b1 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a2b2 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a1 img {
    transform: scale(1.1);
  }
  .cpl3 {
    margin: 0 auto;
    display: table;
    margin-top: 10px;
  }
  .cpl3a {
    width: 30px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
  }
  .cpl3a a {
    font-size: 18px;
    color: #333;
  }
  .cpl3a:hover {
    background-color: #23c5c4;
  }
  .cpl3a:hover a {
    color: #fff;
  }
  .cpl3b {
    background-color: #23c5c4;
    border: 1px solid #23c5c4;
  }
  .cpl3b a {
    color: #fff;
  }
  .cpl3c {
    color: #fff;
    background-color: #23c5c4;
    border: 1px solid #23c5c4;
  }
  .cpl3c a {
    color: #fff;
  }
  .cpl4 {
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 70px;
  }
  .cpl4a {
    margin: 0 auto;
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cpl4a img {
    width: 35px;
  }
  .cpl4a p {
    font-size: 12px;
    color: #c8c8c8;
    font-family: "Arial";
    line-height: 34px;
    margin-left: 10px;
  }
  .cpl4a p span {
    font-size: 20px;
    color: #383838;
    line-height: 34px;
  }
  .cpl4b {
    width: 90.1%;
    margin: 0 auto;
    border-top: 1px solid #efefef;
    padding: 19px 15px;
  }
  .cpl4b1 {
    width: 50%;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpl4b1 a {
    font-size: 14px;
    color: #6f6f6f;
    transition: all ease 0.4s;
  }
  .cpl4b1:hover a {
    color: #0eb0af;
  }
  .zx_cp {
    background-color: #fbfbfb;
    margin-top: 0;
  }

  /*	产品内页*/
  .cpn1 {
    width: 100%;
    background-image: url(../img/s80.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 3.3%;
    overflow: hidden;
  }
  .cpn1a {
    width: 27.5%;
  }
  .cpn1a1 {
    position: relative;
    margin-top: 30px;
  }
  .cpn1a1::before {
    content: "";
    width: 3px;
    height: 30px;
    background-color: #0eb0af;
    position: absolute;
    top: 0;
    left: -20px;
  }
  .cpn1a1 h1 {
    font-size: 16px;
    color: #333;
    line-height: 16px;
  }
  .cpn1a1 p {
    font-size: 12px;
    color: #23c5c4;
  }
  .cpn1a2 {
    width: 67%;
    margin-top: 40.5px;
  }
  .cpn1a2 p {
    font-size: 12px;
    color: #818181;
    line-height: 21px;
  }
  .cpn1b {
    width: 63.3%;
    margin-top: -30px;
  }
  .cpn1b img {
    width: 100%;
  }
  .cpn2 {
    margin-top: 60px;
    width: 100%;
  }
  .cpn2a {
    width: 27.5%;
  }
  .cpn2a1 h4 {
    font-size: 39px;
    color: #0eb0af;
    line-height: 49px;
    margin-left: 20px;
  }
  .cpn2a2 h5 {
    font-size: 16px;
    color: #0eb0af;
    line-height: 20px;
    margin-top: 7px;
  }
  .cpn2a2 p {
    font-size: 12px;
    color: #0eb0af;
    line-height: 16px;
  }
  .cpn2b {
    width: 72.5%;
  }
  .cpn2b table {
    border: 1px solid #efefef;
    width: 97.7%;
  }
  .td1 {
    width: 16.5%;
    height: 48px;
    background-color: #0eb0af;
    font-size: 12px;
    color: #fff;
    line-height: 48px;
    text-align: center;
  }
  .td2 {
    width: 31.7%;
    height: 48px;
    background-color: #fff;
    font-size: 12px;
    color: #818181;
    text-align: left;
    padding-left: 23px;
  }
  .cpn2b img {
    width: 29.4%;
  }
  .cpn2b2 {
    margin-left: 5.8%;
  }
  .cpn2b4 {
    font-size: 12px;
    color: #818181;
    margin-bottom: 29px;
    margin-left: 25px;
    position: relative;
  }
  .cpn2b4::before {
    content: "";
    background-image: url(../img/s84.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    top: 6px;
    left: -15px;
    width: 5px;
    height: 5px;
  }
  .cpn3 {
    padding-left: 3.3%;
  }
  .cpn3a {
    margin-top: 0;
  }
  .cpn3b {
    width: 50%;
    padding-right: 3.3%;
  }
  .cpn3b img {
    width: 60%;
    float: right;
  }
  .cpn4 {
    width: 100%;
    margin-top: 46px;
  }
  .cpn4a {
    width: 15%;
    margin-left: 3.3%;
    border: 1px solid #efefef;
    background-color: #fff;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .cpn4a > img {
    margin: 0 auto;
    width: 31.1%;
    margin-top: 90px;
  }
  .cpn4a > p {
    font-size: 14px;
    color: #818181;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    margin-top: 10px;
  }
  .cpn4a:nth-child(5) {
    margin-left: 70px;
  }
  .cpn4a1 {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 300px;
    left: 0;
    transition: all ease 0.4s;
  }
  .cpn4a1 img {
    width: 100%;
  }
  .cpn4a1 p {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpn4a:hover .cpn4a1 {
    top: 0;
  }
  .cpn4a2 {
    margin-top: 40px;
    margin-right: 70px;
  }
  .cpn4a2 p {
    width: 155px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #c12314;
  }
  .cpn4a2 p a {
    font-size: 12px;
    color: #c12314;
    transition: all ease 0.4s;
  }
  .cpn4a2 p:hover a {
    margin-left: 10px;
  }
  .cpnsp3 {
    margin-bottom: 90px;
  }
  .cpnsp {
    width: 47.2%;
    background-color: #0eb0af;
    padding: 30px;
  }
  .cpnsp1 {
    width: 41.3%;
  }
  .cpnsp1 img {
    width: 100%;
    margin-top: 60%;
  }

  /*	案例列表*/
  .ban_al {
    width: 100%;
    background-image: url(../img/s91.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .all1 {
    width: 100%;
    padding: 40px 0;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-bottom: 60px;
    transition: all ease 0.4s;
  }
  .all1a {
    width: 13.3%;
    margin-left: 7.25%;
    overflow: hidden;
  }
  .all1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .all1b {
    width: 59.3%;
    margin-left: 5%;
  }
  .all1b h4 {
    font-size: 16px;
    color: #333;
    line-height: 71px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .all1b p {
    font-size: 14px;
    color: #818181;
    line-height: 23px;
    transition: all ease 0.4s;
    height: 46px;
    overflow: hidden;
  }
  .all1c {
    margin-top: 64px;
    margin-left: 4.3%;
  }
  .all1:hover {
    background-color: #0eb0af;
  }
  .all1:hover .all1a img {
    transform: scale(1.1);
  }
  .all1:hover .all1b h4 {
    color: #fff;
  }
  .all1:hover .all1b p {
    color: #fff;
  }
  .all1:hover .cpl2a3a {
    opacity: 0;
  }
  .all1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	案例内页*/
  .aln1 {
    width: 93.3%;
    margin: 0 auto;
    background-color: #0eb0af;
    margin-top: 30px;
  }
  .aln1 h5 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }
  .aln2 {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .aln2a {
    width: 45.4%;
    padding: 0 1.3%;
  }
  .aln2a img {
    width: 100%;
  }
  .aln2b {
    width: 54.6%;
  }
  .aln2b1 {
    width: 63.3%;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
  }
  .aln2b1a {
    width: 11.1%;
    margin-left: 9.4%;
  }
  .aln2b1a img {
    width: 100%;
  }
  .aln2b1b {
    width: 74.1%;
  }
  .aln2b1b p {
    font-size: 12px;
    color: #818181;
    line-height: 20px;
  }
  .aln2b1b p span {
    font-size: 14px;
    color: #333;
  }
  .aln2b2 {
    width: 63.3%;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
    margin-top: 20px;
  }
  .aln2b3 {
    width: 92.4%;
    border: 1px solid #0eb0af;
    margin-top: 40px;
  }
  .aln2b3a {
    width: 68.5%;
  }
  .aln2b3a1 {
    width: 11.1%;
    margin-left: 11.1%;
    padding: 10px 0;
  }
  .aln2b3a1 img {
    width: 100%;
  }
  .aln2b3a2 {
    width: 77.8%;
  }
  .aln2b3a2 p {
    font-size: 20px;
    color: #333;
    line-height: 55px;
    padding-left: 15px;
    font-weight: bold;
  }
  .aln2b3b {
    width: 31.5%;
    background-color: #0eb0af;
  }
  .aln2b3b a p {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    transition: all ease 0.4s;
  }
  .aln2b3b:hover p {
    margin-left: 10px;
  }
  .aln3 {
    width: 86.6%;
    margin: 0 auto;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 50px;
    padding: 40px 3.8% 40px 3.8%;
  }
  .aln3a1 {
    width: 2%;
  }
  .aln3a1 img {
    width: 100%;
  }
  .aln3a2 h4 {
    font-size: 20px;
    color: #818181;
    line-height: 25px;
    margin-left: 10px;
  }
  .aln3 p {
    font-size: 12px;
    color: #333;
    line-height: 21px;
    margin-top: 15.5px;
  }
  .aln3b {
    margin-top: 30px;
  }
  .aln3b img {
    width: 29.3%;
  }
  .aln3b img:nth-child(2) {
    margin-left: 7%;
  }
  .aln3c {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .aln3c p {
    width: 155px;
    height: 45px;
    border: 1px solid #c12314;
    text-align: center;
    line-height: 45px;
    float: right;
  }
  .aln3c p a {
    font-size: 12px;
    color: #c12314;
    transition: all ease 0.4s;
  }
  .aln3c p:hover a {
    margin-left: 10px;
  }

  /*	客户评价*/
  .pjl1 {
    width: 100%;
    padding: 50px 0 46.5px 6.6%;
    border: 1px solid #efefef;
    margin-bottom: 50px;
    transition: all ease 0.4s;
  }
  .pjl1a {
    width: 3.5%;
  }
  .pjl1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .pjl1a img:nth-child(2) {
    margin-top: -24px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .pjl1b {
    width: 75%;
    margin-left: 6.2%;
  }
  .pjl1b h4 {
    font-size: 16px;
    color: #333333;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.4s;
  }
  .pjl1b p {
    font-size: 12px;
    color: #818181;
    line-height: 17px;
    transition: all ease 0.4s;
    height: 34px;
    overflow: hidden;
  }
  .pjl1c {
    margin-top: 15px;
    margin-left: 5%;
  }
  .pjl1:hover {
    background-color: #0eb0af;
  }
  .pjl1:hover .pjl1a img:nth-child(2) {
    opacity: 1;
  }
  .pjl1:hover .pjl1a img:nth-child(1) {
    opacity: 0;
  }
  .pjl1:hover .pjl1b h4 {
    color: #fff;
  }
  .pjl1:hover .pjl1b p {
    color: #fff;
  }
  .pjl1:hover .cpl2a3a {
    opacity: 0;
  }
  .pjl1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	评价内页*/
  .pjn1 {
    width: 100%;
    margin-top: 40px;
  }
  .pjn1a {
    width: 19.3%;
  }
  .pjn1a1 {
    width: 25.8%;
    margin: 0 auto;
    margin-top: 110px;
  }
  .pjn1a1 img {
    width: 100%;
  }
  .pjn1b {
    width: 80.7%;
  }
  .pjn1b1a {
    width: 35%;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 30px 0 30px 0;
  }
  .pjn1b1b {
    width: 35%;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 30px 0 30px 0;
    margin-left: 5.1%;
  }
  .pjn1b2 {
    width: 92.3%;
    margin-top: 50px;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 30px 0 21px 4.4%;
  }
  .pjn1b2a {
    width: 4.2%;
  }
  .pjn1b2a img {
    width: 100%;
  }
  .pjn1b2b {
    width: 91%;
    margin-left: 2.1%;
  }
  .pjn1b2b h4 {
    font-size: 12px;
    color: #818181;
    line-height: 20px;
    margin-top: 14px;
  }
  .pjn1b2b p {
    font-size: 14px;
    color: #333333;
    line-height: 32px;
  }
  .pjn2 {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 40px;
  }
  .pjn2a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pjn2a1 {
    width: 8.3%;
    margin-top: 70px;
  }
  .pjn2a1 img {
    width: 35%;
    margin: 0 auto;
  }
  .xian {
    width: 81.6%;
    margin: 0 auto;
    height: 1px;
    background-color: #efefef;
  }
  .pjn2a2 {
    width: 83.3%;
    overflow: hidden;
  }
  .pjn2a2a {
    width: 200%;
  }
  .pjn2a2b {
    width: 16.5%;
  }
  .pjn2a2b1 {
    width: 88.2%;
    margin: 0 auto;
  }
  .pjn2a2b1 img {
    width: 100%;
  }
  .pjn2a3 {
    width: 8.3%;
    margin-top: 70px;
  }
  .pjn2a3 img {
    width: 35%;
    margin: 0 auto;
  }

  /*	新闻列表*/
  .ban_xw {
    width: 100%;
    background-image: url(../img/s110.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .xwl1 {
    width: 100%;
    border: 1px solid #efefef;
    padding: 50px 0 45.5px 6.6%;
    margin-bottom: 50px;
    transition: all ease 0.4s;
  }
  .xwl1a {
    width: 9.8%;
  }
  .xwl1a p {
    font-size: 14px;
    color: #0eb0af;
    text-align: left;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .xwl1a p span {
    font-size: 54px;
    margin-left: -5px;
  }
  .xwl1b {
    width: 74%;
  }
  .xwl1b h4 {
    font-size: 16px;
    color: #333;
    line-height: 39px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwl1b h5 {
    font-size: 12px;
    color: #818181;
    line-height: 17px;
    transition: all ease 0.4s;
    height: 34px;
    overflow: hidden;
  }
  .xwl1:hover {
    background-color: #0eb0af;
    border: 1px solid #0eb0af;
  }
  .xwl1:hover .xwl1a p {
    color: #fff;
  }
  .xwl1:hover .xwl1b h4 {
    color: #fff;
  }
  .xwl1:hover .xwl1b h5 {
    color: #fff;
  }
  .xwl1:hover .cpl2a3a {
    opacity: 0;
  }
  .xwl1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	新闻内页*/
  .xwn1 {
    width: 93.3%;
    margin: 0 auto;
    background-color: #0eb0af;
    height: 30px;
  }
  .xwn1c {
    margin: 0 auto;
    display: table;
  }
  .xwn1a img {
    width: 19px;
    margin-top: 7px;
  }
  .xwn1a p {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    margin-left: 5px;
  }
  .xwn1b {
    margin-left: 5px;
  }
  .xwn1b img {
    width: 19px;
    margin-top: 7px;
  }
  .xwn1b p {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    margin-left: 5px;
  }
  .xwn2 {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 36.5px;
  }
  .xwn2 p {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
  }
  .xwn2 p a {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
  }
  .xwn2 img {
    width: 74.1%;
    margin: 0 auto;
    margin-top: 44.5px;
    margin-bottom: 46.5px;
  }
  .xwn3 {
    width: 93.3%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .xwn3 p {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
  }
  .xwn3 p a {
    font-size: 14px;
    color: #818181;
    line-height: 24px;
  }

  /*	公司简介*/
  .qh1:nth-child(3) {
    margin-left: 70px;
  }
  .gsjj1 {
    width: 92.5%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .gsjj1a {
    width: 21.6%;
    margin-right: 4.5%;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 35px 0;
    transition: all ease 0.4s;
  }
  .gsjj1a:nth-child(4) {
    margin-right: 0;
  }
  .gsjj1a1 {
    width: 41.6%;
    margin: 0 auto;
    transition: all ease 0.4s;
  }
  .gsjj1a2 {
    width: 41.6%;
    margin: 0 auto;
    margin-top: -62px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .gsjj1a h4 {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 28px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.4s;
  }
  .gsjj1a p {
    font-size: 12px;
    color: #818181;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .gsjj1a:hover {
    background-color: #0eb0af;
  }
  .gsjj1a:hover .gsjj1a1 {
    opacity: 0;
  }
  .gsjj1a:hover .gsjj1a2 {
    opacity: 1;
  }
  .gsjj1a:hover h4 {
    color: #fff;
  }
  .gsjj1a:hover p {
    color: #fff;
  }
  .gsjj1b {
    width: 100%;
    margin-top: 44.5px;
    font-size: 14px;
    color: #818181;
    line-height: 23px;
  }
  .gsjj2 {
    width: 100%;
    background-image: url(../img/s124.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 545px;
  }
  .gsjj2a {
    width: 50.5%;
    float: right;
    margin-top: 130px;
    margin-right: 70px;
  }
  .gsjj2a img {
    width: 100%;
  }
  .gsjj2b {
    width: 46.2%;
    float: right;
    padding-top: 35.5px;
    padding-bottom: 44.5px;
    background-color: #0eb0af;
    margin-top: 77px;
  }
  .gsjj2b p {
    width: 75.8%;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    line-height: 21px;
  }
  .gsjj3 {
    width: 93.3%;
    margin: 0 auto;
    margin-top: 47.5px;
  }
  .gsjj3 p {
    font-size: 12px;
    color: #818181;
    line-height: 21px;
  }

  /*	荣誉资质*/
  .ban_zz {
    width: 100%;
    background-image: url(../img/s128.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .ry {
    width: 88.5%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .ry1 {
    width: 21.1%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .ry1a {
    width: 100%;
    overflow: hidden;
  }
  .ry1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .ry2 {
    margin: 0 18.3%;
  }
  .ry1 p {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding-left: 22px;
    border-left: 2px solid #0eb0af;
    margin-top: 30px;
    height: 14px;
    margin-left: 10px;
    transition: all ease 0.4s;
  }
  .ry1:hover .ry1a img {
    transform: scale(1.1);
  }
  .ry1:hover p {
    color: #0eb0af;
  }

  /*	联系我们*/
  .lx1 {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .lx1a {
    width: 11.4%;
  }
  .lx1a img {
    width: 100%;
    box-shadow: -15px -15px 0 0 #0eb0af;
  }
  .lx1a p {
    font-size: 12px;
    color: #818181;
    text-align: center;
    margin-top: 20px;
  }
  .lx1b {
    width: 82%;
  }
  .lx1b1 {
    width: 33.3%;
    margin-bottom: 45px;
  }
  .lx1b1 img {
    width: 27px;
    height: 25px;
    float: left;
  }
  .lx1b1 p {
    float: left;
    margin-left: 15px;
    font-size: 12px;
    color: #818181;
    line-height: 15px;
    width: calc(100% - 20%);
  }
  .lx1b1 p span {
    font-size: 14px;
    color: #333;
  }
  .lx2 {
    position: relative;
  }
  .lx2a {
    margin-left: 40px;
    width: 22%;
  }
  .lx2a img {
    width: 12%;
    float: left;
  }
  .lx2a p {
    width: calc(100% - 20%);
    font-size: 12px;
    color: #333;
    line-height: 30px;
    margin-left: 10px;
    float: left;
  }
  .lx2b {
    margin-top: 10px;
  }
  .lx2c {
    background-color: #0eb0af;
    width: 35.8%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .lx2c1 {
    width: 81.3%;
    margin: 0 auto;
    height: 33px;
    display: table;
    margin-bottom: 20px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
  }
  .lx2c textarea {
    width: 81.3%;
    margin: 0 auto;
    display: table;
    height: 54px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
  }
  .lx2c2 {
    width: 81.3%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .lx2c2a {
    width: 61.1%;
    height: 33px;
    font-size: 12px;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
  }
  .lx2c2b {
    width: 38.9%;
    height: 33px;
  }
  .lx2c3 {
    width: 81.3%;
    margin: 0 auto;
  }
  .lx2c3a {
    width: 37.1%;
    height: 33px;
    font-size: 14px;
    color: #e83c2a;
    border: 1px solid #e83c2a;
    background-color: #fff;
  }
  .lx2c3b {
    width: 37.1%;
    height: 33px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #b3b3b3;
    background-color: #b3b3b3;
  }
  .lx3 {
    margin-top: -107px;
  }

  @media (min-width: 1000px) {
    .zx3a1 p span {
      font-size: 14px;
      color: #333;
    }
  }
}

@media screen and (max-width: 760px) {
  /*网站地图*/
  .wzdt {
    width: 96%;
    margin: 0 auto;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h1 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h1 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }
  .wzdt_a p {
    margin: 0 25px;
  }
  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }
  .wzdt_a p a:hover {
    color: #0665d0;
  }
  /*网站地图*/
  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: -90px;
  }
  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }
  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }
  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }
  .fzf2-1 p span {
    color: #333;
  }
  .fzf3 {
    width: 310px;
    margin: 30px auto;
    margin-bottom: 70px;
  }
  .fzf3z {
    float: left;
  }
  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf3y {
    float: right;
  }
  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }
  /*404*/
  .clearfix {
    clear: both;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 12px;
    overflow-x: hidden;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #858585;
  }
  * img {
    display: block;
  }
  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
  }
  .mob {
    display: block;
  }
  .pc {
    display: none;
  }
  .commen {
    width: 92%;
    margin: 0 auto;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  /*	top*/
  .top1 {
    font-size: 12px;
    color: #828282;
    line-height: 32px;
    margin-left: 10px;
  }
  .top2 {
    font-size: 12px;
    color: #828282;
    line-height: 32px;
    margin-right: 20px;
  }
  .top2 a {
    font-size: 12px;
    color: #828282;
    transition: all ease 0.4s;
  }
  .top2 a:hover {
    color: #1aa2a6;
  }

  /*	导航*/
  .sjdhgd {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    border-bottom: 1px solid #0eb0af;
  }
  .sjdh {
    width: 92%;
    margin: 0 auto;
    padding: 3.5% 0;
    position: relative;
    transition: all ease 0.5s;
  }
  .sjdha {
    width: 100%;
  }
  .sjdha_t1 {
    width: 40%;
  }
  .sjdha_t1 img {
    width: 100%;
  }
  .sjdha_t2 {
    width: 35px;
    margin-top: 0;
  }
  .sjdha_t2 img {
    width: 100%;
  }
  .huakuai {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
  }
  .sjdhb {
    width: 79%;
    background: #fff;
    overflow-y: scroll;
    height: 100%;
  }
  .guanbi {
    width: 100%;
    border-bottom: 1px solid #f6f8f9;
    margin-bottom: 4%;
  }
  .guanbi img {
    width: 22px;
    height: 22px;
    margin: 5%;
    float: right;
  }
  .sjdhb_a {
    width: 100%;
  }
  .sjdhb_a h5 {
    line-height: 60px;
    width: 100%;
    padding-left: 18px;
  }
  .sjdhb_a h5 a {
    font-size: 1.1rem;
    color: #32363d;
  }
  .sjdhb_ah1 h5 {
    border-left: 3px solid #23c5c4;
    background: #f6f6f6;
  }
  .sjdhb_aa {
    width: 100%;
  }
  .sjdhb_p {
    width: 100%;
    line-height: 46px;
    padding-left: 37px;
  }
  .sjdhb_p a {
    font-size: 1rem;
    color: #858585;
  }
  .sjdhb_pa a {
    color: #3eb6f2;
  }

  /*	banner*/
  .ban {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .bana {
    width: 1920px;
    overflow: hidden;
    height: 700px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
  }
  .ban1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -30px;
    z-index: -1;
  }
  .bana1 {
    width: 1920px;
    overflow: hidden;
    height: 550px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
  }
  .banb {
    width: 1200px;
  }

  .banb_a {
    width: 47px;
    height: 109px;
    position: absolute;
    left: 3%;
    top: calc(50% - 65px);
    cursor: pointer;
  }
  .banb_c {
    width: 47px;
    height: 109px;
    position: absolute;
    left: 93%;
    top: calc(50% - 65px);
    cursor: pointer;
    z-index: 15;
  }
  .banb_e {
    z-index: 1000;
    bottom: 30px;
    position: absolute;
    left: calc(50% - 36px);
  }
  .banb_e li {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 12px 6px;
    cursor: pointer;
    transition: all ease 0.1s;
  }
  .banb_e .banb_f {
    background: #0eb0af;
  }
  .bt-a {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 5%;
    top: calc(50% - 10px);
    cursor: pointer;
    z-index: 1500;
  }
  .bt-b {
    width: 48px;
    height: 48px;
  }
  .bt-b:hover {
    background: url(../img/s09.png);
  }
  .bt-k {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 5%;
    top: calc(50% - 10px);
    cursor: pointer;
    z-index: 1500;
  }
  .bt-f {
    width: 48px;
    height: 48px;
  }
  .bt-f:hover {
    background: url(../img/s10.png);
  }

  .topa {
    position: absolute;
    top: 0;
    left: calc(50% - 315px);
  }

  /*手机banner*/
  .sjban {
    width: 100%;
    margin-top: 18%;
  }
  #swiper10 {
    width: 100%;
  }
  #swiper10 .swiper-slide {
    width: 100%;
  }
  #swiper10 .swiper-slide img {
    width: 100%;
  }

  /*	key*/
  .key {
    height: 47px;
  }
  .key1 {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 47px;
    position: relative;
    margin-left: 4%;
  }
  .key1 a {
    font-size: 12px;
    color: #b2b2b2;
  }
  .key1::before {
    content: "";
    background-image: url(../img/s05.png);
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: -21px;
  }
  .key2 {
    width: 16.8%;
    margin-top: 1%;
    margin-right: 12%;
  }

  /*	产品中心*/
  .sshop {
    background-color: #f9f9f9;
    padding-bottom: 20%;
    padding-top: 5%;
  }
  .sshop1a {
    width: 35.6%;
    background-color: #0eb0af;
    padding: 5% 0 5% 5%;
  }
  .sshop1a img {
    width: 80%;
  }
  .sshop1a p {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
  }
  .sshop1b {
    width: 36.9%;
  }
  .sshop1b1 {
    width: 100%;
    background-color: #f5f5f5;
    padding-left: 7.9%;
    font-size: 0.85rem;
    color: #333;
    line-height: 35px;
    margin-top: 7%;
  }
  .sshop1b3 {
    width: 100%;
    background-color: #f5f5f5;
    padding-left: 7.9%;
    font-size: 0.85rem;
    color: #333;
    line-height: 35px;
    margin-top: 7%;
  }
  .sshop1b2 {
    background-color: #0eb0af;
    color: #fff;
  }
  .sshop2 {
    margin-top: 6%;
  }
  .sshop22 {
    margin-top: 5%;
    display: none;
  }
  #Swiper1 {
    width: 100%;
    position: relative;
  }
  #swiper-button-prev1 {
    position: absolute;
    left: 21%;
    top: 93%;
    border: 1px solid #c8c8c8;
    width: 38px;
    height: 23px;
    border-radius: 20px;
    background: url(../img/lg08.png) no-repeat center;
    outline: none;
  }
  #swiper-button-next1 {
    position: absolute;
    right: 21%;
    top: 93%;
    border: 1px solid #c8c8c8;
    width: 38px;
    height: 23px;
    border-radius: 20px;
    background: url(../img/lg09.png) no-repeat center;
    outline: none;
  }
  #Swiper1 .swiper-slide {
    background-color: #fff;
  }
  #Swiper1 .swiper-container {
    overflow: hidden;
  }
  #Swiper1 .swiper-slide-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 173, 173, 0.5);
  }
  #Swiper1 .swiper-slide-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 173, 173, 0.3);
  }
  #Swiper1 img {
    width: 100%;
  }
  #Swiper1 p {
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 0.75rem;
    color: #333;
    line-height: 35px;
    background-color: #fff;
  }
  #Swiper1 .swiper-slide a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    transition: all ease 0.3;
  }
  #Swiper1 .swiper-slide-active a:after {
    background: none;
  }
  .sshop3 p {
    border: 1px solid #e83c2a;
    width: 25%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    float: right;
    margin-right: 5%;
    margin-top: 4%;
  }
  .sshop3 p a {
    font-size: 0.8rem;
    color: #e83c2a;
  }

  /*	七大优势*/
  .ys {
    background-image: url(../img/s63.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10%;
  }
  .ys1 {
    position: relative;
    padding-bottom: 5%;
  }
  .ys1a {
    width: 41.1%;
    padding: 5% 0 5% 3%;
    background-color: #0eb0af;
    margin-top: -20px;
  }
  .ys1a > img {
    width: 75%;
  }
  .ys1a p {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
  }
  .ys1a1 {
    position: absolute;
    top: 5%;
    right: -50px;
  }
  .ys1a1 img {
    cursor: pointer;
    width: 21%;
  }
  .ys1a1 img:nth-child(2) {
    margin-left: 26px;
  }
  .ys1b {
    width: 85%;
    margin: 0 auto;
    float: none;
  }
  .ys1b1 {
    position: relative;
  }
  .ys1b1 > img {
    width: 55%;
    position: absolute;
    top: -15px;
    right: -20px;
  }
  .ys1b1::before {
    content: "";
    background-color: #23c5c4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 295px);
    height: 1px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
  }
  .ys1b2 {
    width: 99.9%;
    overflow: hidden;
    margin-top: 10%;
    position: relative;
  }
  .ys1b2a {
    width: 350%;
  }
  .ys1b2b {
    width: 14.285%;
  }
  .ys1b2c {
    width: 91%;
    background-color: #fff;
    padding: 10% 6%;
  }
  .ys1b2c1 {
    width: 68.1%;
    margin: 0 auto;
  }
  .ys1b2c2 {
    width: 25.2%;
    margin: 0 auto;
    margin-top: 16px;
  }
  .ys1b2c h4 {
    font-size: 0.95rem;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ys1b2c h5 {
    font-size: 0.85rem;
    color: #818181;
    line-height: 22px;
    text-align: center;
    margin-top: 5%;
    height: 44px;
    overflow: hidden;
  }
  .ys1b3 {
    float: right;
    margin-top: 5%;
  }
  .ys1b3 img {
    width: 100%;
  }

  /*	成功案例*/
  .sal {
    margin-top: 5%;
  }
  .sal1a {
    width: 57.9%;
    margin-top: 8%;
  }
  .sal1a p {
    width: 110px;
    height: 35px;
    border: 1px solid #e83c2a;
    text-align: center;
  }
  .sal1a p a {
    font-size: 0.7rem;
    line-height: 35px;
    color: #e83c2a;
  }
  .sal1a img {
    width: 70.7%;
    margin-top: 5%;
  }
  .sal1b {
    width: 42%;
    background-color: #0eb0af;
    padding: 5% 5% 5% 5%;
    margin-right: -4%;
  }
  .sal1b img {
    width: 100%;
  }
  .sal1b p {
    font-size: 0.85rem;
    color: #fff;
    font-weight: bold;
    float: right;
  }
  #Swiper3 {
    width: 100%;
    position: relative;
  }
  #swiper-button-prev3 {
    position: absolute;
    left: 21%;
    top: 93%;
    border: 1px solid #c8c8c8;
    width: 38px;
    height: 23px;
    border-radius: 20px;
    background: url(../img/lg08.png) no-repeat center;
    outline: none;
  }
  #swiper-button-next3 {
    position: absolute;
    right: 21%;
    top: 93%;
    border: 1px solid #c8c8c8;
    width: 38px;
    height: 23px;
    border-radius: 20px;
    background: url(../img/lg09.png) no-repeat center;
    outline: none;
  }
  #Swiper3 .swiper-slide {
    transform: scale(0.8);
  }
  #Swiper3 .swiper-container {
    overflow: hidden;
  }
  #Swiper3 .swiper-slide-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 173, 173, 0.5);
  }
  #Swiper3 .swiper-slide-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 173, 173, 0.3);
  }
  #Swiper3 img {
    width: 100%;
  }
  #Swiper3 p {
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 0.75rem;
    color: #efefef;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: -35px;
  }
  #Swiper3 .swiper-slide a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    transition: all ease 0.3;
  }
  #Swiper3 .swiper-slide-active a:after {
    background: none;
  }

  /*	客户评价*/
  .pj {
    margin-top: 5%;
    width: 100%;
  }
  .pj1 {
    margin-top: -5%;
  }
  .pj1a {
    width: 57%;
    position: relative;
    margin-top: 5%;
  }
  .pj1a img {
    width: 63%;
    margin-left: 4%;
  }
  .pj1a::after {
    content: "";
    background-color: #b8dcdc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 285px);
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: 280px;
  }
  .pj1b {
    width: 38.7%;
    background-color: #0eb0af;
    padding: 4% 4% 3% 2%;
    position: relative;
    z-index: 10;
  }
  .pj1b img {
    width: 90%;
    float: right;
  }
  .pj1b p {
    font-size: 0.85rem;
    color: #fff;
    font-weight: bold;
    float: right;
    line-height: 28px;
  }
  .pj2 {
    position: relative;
    top: -55px;
  }
  .pj2b {
    width: 100%;
    overflow: hidden;
  }
  .pj2b1 {
    width: 400%;
  }
  .pj2b2 {
    width: 25%;
    background-color: #ededed;
  }
  .pj2b21 {
    width: 62%;
    margin-top: 9%;
    margin-left: 20%;
    margin-bottom: 5%;
  }
  .pj2b3 {
    width: 7.7%;
  }
  .pj2b3 img {
    width: 100%;
  }
  .pj2b2 h4 {
    font-size: 0.85rem;
    color: #0eb0af;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pj2b2 h5 {
    font-size: 12px;
    color: #818181;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
  }
  .pj2b2 span {
    font-size: 12px;
    color: #0eb0af;
    line-height: 22px;
    margin-top: 5%;
    display: block;
  }
  .pj2a {
    width: 35px;
    height: 35px;
    background-image: url(../img/s34.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(100% - 110px);
    left: 15px;
    cursor: pointer;
    transition: all ease 0.4s;
    z-index: 10;
  }
  .pj2c {
    width: 35px;
    height: 35px;
    background-image: url(../img/s35.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(100% - 110px);
    right: 15px;
    cursor: pointer;
    transition: all ease 0.4s;
    z-index: 10;
  }
  .pj2bb {
    background-color: #f5f5f5;
  }
  .pj3 {
    margin-top: -10%;
    margin-right: 4%;
  }
  .pj3 p {
    width: 95px;
    height: 30px;
    border: 1px solid #e83c2a;
    text-align: center;
  }
  .pj3 p a {
    font-size: 0.7rem;
    color: #e83c2a;
    line-height: 30px;
    transition: all ease 0.4s;
  }
  .pj3 p:hover a {
    margin-left: 10px;
  }

  /*	公司简介*/
  .sjj1a {
    width: 38.1%;
    background-color: #0eb0af;
    padding: 5% 0 5% 4%;
    z-index: 10;
    position: relative;
  }
  .sjj1a img {
    width: 58.1%;
  }
  .sjj1a p {
    font-size: 0.85rem;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
  }
  .sjj1 > img {
    width: 100%;
    margin-top: -25%;
  }
  .sjj2 {
    width: 100%;
    background-color: #ececec;
    padding: 8% 4% 5% 4%;
    margin-top: -5%;
  }
  .sjj2 img {
    width: 51.2%;
  }
  .sjj2 h4 {
    font-size: 0.95rem;
    color: #333;
    font-weight: bold;
    line-height: 30px;
  }
  .sjj2 p {
    font-size: 0.8rem;
    padding: 0 5%;
    color: #818181;
    line-height: 21px;
    height: 80px;
    overflow: hidden;
  }
  .sjj2 span {
    width: 92px;
    height: 30px;
    border: 1px solid #e83c2a;
    text-align: center;
    margin-top: 7%;
  }
  .sjj2 span a {
    font-size: 0.7rem;
    color: #e83c2a;
    line-height: 30px;
    transition: all ease 0.4s;
  }
  .sjj3 {
    width: 100%;
    background-color: #f2f1f1;
    padding: 8% 0;
  }
  .sjj3a {
    width: 50%;
  }
  .sjj3a img {
    width: 88.9%;
  }
  .sjj3a p {
    font-size: 0.85rem;
    color: #333;
    line-height: 30px;
    font-weight: bold;
  }
  .sjj3a span {
    width: 92px;
    height: 30px;
    border: 1px solid #e83c2a;
    text-align: center;
    display: block;
    margin-top: 6%;
  }
  .sjj3a span a {
    font-size: 0.7rem;
    color: #e83c2a;
    line-height: 30px;
  }
  .sjj3b {
    width: 55%;
    margin-left: -5%;
  }
  .sjj3b1 {
    width: 20px;
  }
  .sjj3b1 img {
    width: 100%;
    margin-top: calc(100% - -40px);
  }
  .sjj3b2 {
    width: 70%;
    overflow: hidden;
    margin: 0 2%;
  }
  .sjj3b2a {
    width: 400%;
  }
  .sjj3b2b {
    width: 25%;
  }
  .sjj3b2b img {
    width: 100%;
  }
  .sjj3b3 {
    width: 20px;
  }
  .sjj3b3 img {
    width: 100%;
    margin-top: calc(100% - -40px);
  }

  /*	新闻资讯*/
  .news {
    margin-top: 5%;
    width: 100%;
    padding-bottom: 15%;
  }
  .news1 {
  }
  .news1 > img {
    width: 74%;
    margin-left: 8.9%;
  }
  .news1 > h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 38px;
    margin-left: 8.9%;
  }
  .news1a {
    width: 43.4%;
    background-color: #0eb0af;
    padding: 4%;
  }
  .news1a img {
    width: 81.6%;
  }
  .news1a p {
    font-size: 0.85rem;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
  }
  .news1b {
    width: 40.1%;
  }
  .news1c {
    width: 100%;
    font-size: 0.85rem;
    color: #000;
    line-height: 30px;
    background-color: #f3f3f3;
    margin-top: 5%;
    padding-left: 5%;
  }
  .news1d {
    background-color: #0eb0af;
    color: #fff;
  }
  .news1a1 {
    padding: 7px 0 5px 52px;
    cursor: pointer;
    width: 100%;
  }
  .news1a1:nth-child(2) {
    margin-top: 28px;
  }
  .news1a1 h4 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  .news1a1 h5 {
    font-size: 12px;
    color: #8c8b8b;
    line-height: 22px;
    text-transform: uppercase;
  }
  .news1a2 {
    padding: 7px 0 5px 52px;
    margin-top: 28px;
    cursor: pointer;
    width: 100%;
  }
  .news1a2 h4 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  .news1a2 h5 {
    font-size: 12px;
    color: #8c8b8b;
    line-height: 22px;
    text-transform: uppercase;
  }
  .news2a3 {
    background-color: #0eb0af;
  }
  .news2a3 h4,
  .news2a3 h5 {
    color: #fff;
  }
  .news2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-top: 10%;
  }
  .news2a {
    width: 100%;
  }
  .news2a1 {
    width: 78.6%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .news2a1 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .news2a2 {
    background-color: #fafafa;
    padding: 9%;
    transition: all ease 0.4s;
  }
  .news2a21 {
    width: 13.8%;
  }
  .news2a21 h4 {
    font-size: 2.6rem;
    color: #0eb0af;
    line-height: 40px;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .news2a21 h5 {
    font-size: 0.9rem;
    color: #0eb0af;
    line-height: 14px;
    text-align: center;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .news2a22 {
    width: 61%;
    margin-left: 25px;
  }
  .news2a22 h4 {
    font-size: 0.85rem;
    color: #333333;
    line-height: 24px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news2a22 h5 {
    font-size: 0.75rem;
    color: #818181;
    line-height: 17px;
    margin-top: 3px;
    transition: all ease 0.4s;
    height: 34px;
    overflow: hidden;
  }
  .news2a23 {
    width: 26px;
    height: 26px;
    margin-top: 20px;
    overflow: hidden;
  }
  .news2a23 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .news2a23 img:nth-child(2) {
    margin-top: -35px;
    opacity: 0;
  }
  .news2a4 {
    background-color: #fafafa;
  }
  .news2a5 {
    background-color: #f1f1f1;
  }
  .news2a6 {
    background-color: #ececec;
  }
  .news2a7 {
    background-color: #fafafa;
  }
  .news2a2:hover {
    background-color: #0eb0af;
  }
  .news2a2:hover .news2a1 img {
    transform: scale(1.1);
  }
  .news2a2:hover .news2a21 h4 {
    color: #fff;
  }
  .news2a2:hover .news2a21 h5 {
    color: #fff;
  }
  .news2a2:hover .news2a22 h4 {
    color: #fff;
  }
  .news2a2:hover .news2a22 h5 {
    color: #fff;
  }
  .news2a2:hover .news2a23 img:nth-child(1) {
    opacity: 0;
  }
  .news2a2:hover .news2a23 img:nth-child(2) {
    opacity: 1;
  }
  .news2b {
    width: 47.9%;
  }
  .news2b .news2a2:hover {
    background-color: #0eb0af;
  }
  .news2b .news2a2:hover .news2a21 h4 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a21 h5 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a22 h4 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a22 h5 {
    color: #fff;
  }
  .news2b .news2a2:hover .news2a23 img:nth-child(1) {
    opacity: 0;
  }
  .news2b .news2a2:hover .news2a23 img:nth-child(2) {
    opacity: 1;
  }
  .news3 {
    width: 30%;
    margin: 0 auto;
    margin-top: 7%;
  }
  .news3 p {
    width: 95px;
    height: 30px;
    border: 1px solid #e83c2a;
    text-align: center;
  }
  .news3 p a {
    font-size: 0.85rem;
    color: #e83c2a;
    line-height: 30px;
  }

  /*	在线留言*/
  .szx {
    width: 100%;
    background-color: #f3f3f3;
    padding-bottom: 5%;
  }
  .szx1 {
    width: 92%;
    margin: 0 auto;
  }
  .szx1a {
    width: 68%;
  }
  .szx1a img {
    width: 58%;
    margin-top: 15%;
  }
  .szx1b {
    width: 35.6%;
    margin-right: -4%;
    background-color: #0eb0af;
    padding: 5% 5% 2% 5%;
    margin-top: -8%;
  }
  .szx1b img {
    width: 90%;
  }
  .szx1b p {
    font-size: 0.85rem;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
  }
  .szx2 {
    width: 78.6%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .szx2 > input {
    border: none;
    width: 100%;
    height: 35px;
    padding-left: 5%;
    margin-bottom: 5%;
    font-size: 0.85rem;
    color: #818181;
    line-height: 45px;
  }
  .szx2 textarea {
    border: none;
    width: 100%;
    height: 85px;
    padding-left: 5%;
    margin-bottom: 5%;
    font-size: 0.85rem;
    color: #818181;
    line-height: 45px;
  }
  .szx3 {
    width: 100%;
  }
  .szx3 input {
    width: 61.5%;
    border: none;
    height: 35px;
    padding-left: 5%;
    margin-bottom: 5%;
    font-size: 0.85rem;
    color: #818181;
    line-height: 45px;
  }
  .szx3 img {
    width: 38.5%;
    height: 35px;
  }
  .szx4a {
    border: 1px solid #e83c2a;
    background-color: #fff;
    font-size: 0.85rem;
    color: #e83c2a;
    width: 80px;
    height: 35px;
  }
  .szx4b {
    border: none;
    background-color: #b3b3b3;
    font-size: 0.85rem;
    color: #fff;
    width: 80px;
    height: 35px;
  }
  .szx5 {
    margin: 0 auto;
    display: table;
  }
  .szx5a {
    width: 100px;
  }
  .szx5b {
    width: 50px;
    margin-top: 27px;
    margin-left: 16px;
  }

  /*	底部导航*/
  .sdb {
    width: 100%;
    background-color: #343434;
    padding-bottom: 21%;
    padding-top: 5%;
  }
  .sdb p {
    float: none;
    font-size: 0.8rem;
    color: #a3a3a3;
    line-height: 22px;
    text-align: center;
  }
  .sdb p a {
    font-size: 0.8rem;
    color: #a3a3a3;
  }
  .sdb p a img {
    display: inline-block;
  }
  /*	友链*/
  .yl {
    width: 100%;
  }
  .yl p {
    font-size: 12px;
    color: #818181;
    line-height: 34px;
    margin-left: 16px;
  }
  .yl p a {
    font-size: 12px;
    color: #b2b2b2;
  }

  /**手机导航**/
  .dan-xia {
    width: 100%;
    background-color: #0bb4b3;
    position: fixed;
    bottom: 0;
    z-index: 1100;
  }
  .dan-xib {
    width: calc(100% / 4);
    float: left;
    padding: 4% 0 2% 0;
    border-left: 1px solid #242424;
  }
  .dan-xid {
    display: table;
    margin: 0 auto;
  }
  .dan-xid img {
    width: 25px;
    margin: 0 auto;
    float: left;
  }
  .dan-xid p {
    color: #efefef;
    font-size: 0.85rem;
    line-height: 25px;
    text-align: center;
    float: left;
    margin-left: 5px;
  }
  .dan-xid p a {
    color: #fff;
    font-size: 0.85rem;
  }
  .linh-ai {
    margin-left: 16%;
  }
  .dan-xia > img {
    width: 40px;
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    animation: rubberBand 2s linear 0s infinite alternate;
  }
  @-webkit-keyframes rubberBand {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }

    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }

    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }

    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }

    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }

    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }

    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  @keyframes rubberBand {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }

    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }

    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }

    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }

    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }

    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }

    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
  }

  /*	产品列表页*/
  .ban_cp {
    background-image: url(../img/s76.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .ckey {
    background-color: #fbfbfb;
  }
  .ckey1 {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 47px;
    width: 50%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ckey1 a {
    color: #b2b2b2;
    transition: all ease 0.4s;
  }
  .ckey1 a:hover {
    color: #0eb0af;
  }
  .qh {
    margin: 0 auto;
    margin-top: 272px;
    display: table;
  }
  .qh1 {
    width: 170px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .qh1 a {
    font-size: 16px;
    color: #333;
  }
  .qh1:nth-child(2) {
    margin-left: 70px;
  }
  .qh2 {
    background-color: #0eb0af;
  }
  .qh2 a {
    color: #fff;
  }
  .cpl {
    background-color: #fbfbfb;
    padding-top: 5%;
    padding-bottom: 15%;
    margin-top: 23%;
  }
  .cpl1 {
    margin: 0 auto;
    display: table;
  }
  .cpl1 img {
    width: 100%;
  }
  .cpl1 h1 {
    font-size: 1.1rem;
    color: #333;
    line-height: 30px;
    margin-top: -25px;
    text-align: center;
  }
  .cpl2 {
    width: 94%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .cpl2a {
    width: 100%;
    background-color: #fff;
    border: 1px solid #efefef;
    transition: all ease 0.4s;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  .cpl2a1 {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .cpl2a1 img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .cpl2a2 {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .cpl2a2 h4 {
    font-size: 1rem;
    color: #333;
    line-height: 25px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .cpl2a2b {
    width: 50%;
  }
  .cpl2a2b1 {
    font-size: 12px;
    color: #0eb0af;
    line-height: 41px;
    transition: all ease 0.4s;
  }
  .cpl2a2b2 {
    font-size: 12px;
    color: #818181;
    line-height: 41px;
    transition: all ease 0.4s;
  }
  .cpl2a3 {
    width: 5%;
    margin-top: 90px;
  }
  .cpl2a3a {
    transition: all ease 0.4s;
  }
  .cpl2a3b {
    margin-top: -35px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .cpl2a:hover .cpl2a3a {
    opacity: 0;
  }
  .cpl2a:hover .cpl2a3b {
    opacity: 1;
  }
  .cpl2a:hover {
    background-color: #0eb0af;
  }
  .cpl2a:hover {
    border: 1px solid #0eb0af;
  }
  .cpl2a:hover .cpl2a2 h4 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a2b1 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a2b2 {
    color: #fff;
  }
  .cpl2a:hover .cpl2a1 img {
    transform: scale(1.1);
  }
  .cpl3 {
    margin: 0 auto;
    display: table;
    margin-top: 8%;
  }
  .cpl3a {
    width: 30px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
  }
  .cpl3a a {
    font-size: 18px;
    color: #333;
  }
  .cpl3a:hover {
    background-color: #23c5c4;
  }
  .cpl3a:hover a {
    color: #fff;
  }
  .cpl3b {
    background-color: #23c5c4;
    border: 1px solid #23c5c4;
  }
  .cpl3b a {
    color: #fff;
  }
  .cpl3c {
    color: #fff;
    background-color: #23c5c4;
    border: 1px solid #23c5c4;
  }
  .cpl3c a {
    color: #fff;
  }
  .cpl4 {
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 5%;
  }
  .cpl4a {
    margin: 0 auto;
    display: table;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .cpl4a img {
    width: 35px;
  }
  .cpl4a p {
    font-size: 0.74rem;
    color: #c8c8c8;
    font-family: "Arial";
    line-height: 34px;
    margin-left: 10px;
  }
  .cpl4a p span {
    font-size: 1.1rem;
    color: #383838;
    line-height: 34px;
  }
  .cpl4b {
    width: 90.1%;
    margin: 0 auto;
    border-top: 1px solid #efefef;
    padding: 19px 15px;
  }
  .cpl4b1 {
    width: 50%;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpl4b1 a {
    font-size: 0.7rem;
    color: #6f6f6f;
    transition: all ease 0.4s;
  }
  .cpl4b1:hover a {
    color: #0eb0af;
  }
  .zx_cp {
    background-color: #fbfbfb;
    margin-top: 0;
  }
  .sjban1 {
    width: 100%;
    margin-top: 23%;
  }
  .sjban1 img {
    width: 100%;
  }

  /*	产品内页*/
  .cpn1 {
    width: 100%;
    background-image: url(../img/s80.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 3.3%;
    overflow: hidden;
  }
  .cpn1a {
    width: 100%;
    float: none;
  }
  .cpn1a1 {
    position: relative;
    margin-top: 5%;
  }
  .cpn1a1::before {
    content: "";
    width: 3px;
    height: 30px;
    background-color: #0eb0af;
    position: absolute;
    top: 0;
    left: -5px;
  }
  .cpn1a1 h1 {
    font-size: 1rem;
    color: #333;
    line-height: 16px;
  }
  .cpn1a1 p {
    font-size: 0.7rem;
    color: #23c5c4;
  }
  .cpn1a2 {
    width: 100%;
    margin-top: 5%;
  }
  .cpn1a2 p {
    font-size: 0.7rem;
    color: #818181;
    line-height: 21px;
  }
  .cpn1b {
    width: 100%;
    float: none;
  }
  .cpn1b img {
    width: 100%;
  }
  .cpn2 {
    margin-top: 5%;
    width: 100%;
  }
  .cpn2a {
    width: 100%;
  }
  .cpn2a1 h4 {
    font-size: 2.2rem;
    color: #0eb0af;
    line-height: 49px;
  }
  .cpn2a2 {
    margin-left: 2%;
  }
  .cpn2a2 h5 {
    font-size: 1rem;
    color: #0eb0af;
    line-height: 20px;
    margin-top: 7px;
  }
  .cpn2a2 p {
    font-size: 0.7rem;
    color: #0eb0af;
    line-height: 16px;
  }
  .cpn2b {
    width: 100%;
    margin-top: 5%;
  }
  .cpn2b table {
    border: 1px solid #efefef;
    width: 100%;
  }
  .cpn2b table td {
    height: 30px;
  }
  .td1 {
    background-color: #0eb0af;
    font-size: 0.7rem;
    color: #fff;
    line-height: 20px;
    text-align: center;
  }
  .td2 {
    background-color: #fff;
    font-size: 0.7rem;
    color: #818181;
    text-align: left;
  }
  .cpn2b img {
    width: 29.4%;
  }
  .cpn2b2 {
    margin-left: 5.8%;
  }
  .cpn2b4 {
    font-size: 0.7rem;
    color: #818181;
    margin-bottom: 5%;
    margin-left: 8%;
    position: relative;
  }
  .cpn2b4::before {
    content: "";
    background-image: url(../img/s84.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    top: 6px;
    left: -15px;
    width: 5px;
    height: 5px;
  }
  .cpn3 {
    padding-left: 3.3%;
  }
  .cpn3a {
    margin-top: 0;
  }
  .cpn3a h4 {
    font-size: 1rem;
  }
  .cpn3b {
    width: 50%;
    padding-right: 3.3%;
  }
  .cpn3b img {
    width: 100%;
    float: right;
  }
  .cpn4 {
    width: 100%;
    margin-top: 5%;
    padding-bottom: 25%;
  }
  .cpn4a {
    width: 46%;
    margin-left: 3.3%;
    border: 1px solid #efefef;
    background-color: #fff;
    height: 234px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
  }
  .cpn4a > img {
    margin: 0 auto;
    width: 31.1%;
    margin-top: 90px;
  }
  .cpn4a > p {
    font-size: 0.85rem;
    color: #818181;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    margin-top: 5%;
  }
  .cpn4a1 {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 300px;
    left: 0;
    transition: all ease 0.4s;
  }
  .cpn4a1 img {
    width: 100%;
  }
  .cpn4a1 p {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    font-size: 0.85rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpn4a:hover .cpn4a1 {
    top: 0;
  }
  .cpn4a2 {
    margin: 0 auto;
    margin-top: 5%;
    display: table;
    float: none;
  }
  .cpn4a2 p {
    width: 95px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #c12314;
  }
  .cpn4a2 p a {
    font-size: 12px;
    color: #c12314;
    transition: all ease 0.4s;
  }
  .cpn4a2 p:hover a {
    margin-left: 10px;
  }
  .cpnsp3 {
    margin-bottom: 10%;
  }
  .cpnsp {
    width: 100%;
    background-color: #0eb0af;
    padding: 30px;
  }
  .cpnsp1 {
    width: 41.3%;
  }
  .cpnsp1 img {
    width: 100%;
    margin-top: 60%;
  }

  /*	案例列表*/
  .ban_al {
    width: 100%;
    background-image: url(../img/s91.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .all1 {
    width: 100%;
    padding: 6% 6% 2% 6%;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-bottom: 5%;
    transition: all ease 0.4s;
  }
  .all1a {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .all1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .all1b {
    width: 100%;
  }
  .all1b h4 {
    font-size: 1rem;
    color: #333;
    line-height: 40px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .all1b p {
    font-size: 14px;
    color: #818181;
    line-height: 23px;
    transition: all ease 0.4s;
  }
  .all1c {
    margin-top: 64px;
    margin-left: 4.3%;
  }
  .all1:hover {
    background-color: #0eb0af;
  }
  .all1:hover .all1a img {
    transform: scale(1.1);
  }
  .all1:hover .all1b h4 {
    color: #fff;
  }
  .all1:hover .all1b p {
    color: #fff;
  }
  .all1:hover .cpl2a3a {
    opacity: 0;
  }
  .all1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	案例内页*/
  .aln1 {
    width: 93.3%;
    margin: 0 auto;
    background-color: #0eb0af;
    margin-top: 5%;
  }
  .aln1 h5 {
    font-size: 1rem;
    color: #fff;
    line-height: 30px;
    text-align: center;
  }
  .aln2 {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .aln2a {
    width: 100%;
    padding: 0 1.3%;
  }
  .aln2a img {
    width: 100%;
  }
  .aln2b {
    width: 100%;
  }
  .aln2b1 {
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
  }
  .aln2b1a {
    width: 11.1%;
    margin-left: 9.4%;
  }
  .aln2b1a img {
    width: 100%;
  }
  .aln2b1b {
    width: 74.1%;
  }
  .aln2b1b p {
    font-size: 0.75rem;
    color: #818181;
    line-height: 20px;
  }
  .aln2b1b p span {
    font-size: 0.85rem;
    color: #333;
  }
  .aln2b2 {
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
    margin-top: 5%;
  }
  .aln2b3 {
    width: 100%;
    border: 1px solid #0eb0af;
    margin-top: 5%;
  }
  .aln2b3a {
    width: 100%;
  }
  .aln2b3a1 {
    width: 12%;
    margin-left: 11.1%;
    padding: 10px 0;
  }
  .aln2b3a1 img {
    width: 100%;
  }
  .aln2b3a2 {
    width: 75%;
  }
  .aln2b3a2 p {
    font-size: 1.1rem;
    color: #333;
    line-height: 55px;
    padding-left: 15px;
  }
  .aln2b3b {
    width: 31.5%;
    background-color: #0eb0af;
  }
  .aln2b3b a p {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    transition: all ease 0.4s;
  }
  .aln2b3b:hover p {
    margin-left: 10px;
  }
  .aln3 {
    width: 86.6%;
    margin: 0 auto;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 5%;
    padding: 3.8%;
  }
  .aln3a1 {
    width: 8%;
  }
  .aln3a1 img {
    width: 100%;
  }
  .aln3a2 h4 {
    font-size: 1.1rem;
    color: #818181;
    line-height: 25px;
    margin-left: 10px;
  }
  .aln3 p {
    font-size: 0.75rem;
    color: #333;
    line-height: 21px;
    margin-top: 15.5px;
  }
  .aln3b {
    margin-top: 30px;
  }
  .aln3b img {
    width: 29.3%;
  }
  .aln3b img:nth-child(2) {
    margin-left: 7%;
  }
  .aln3c {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 25%;
  }
  .aln3c p {
    width: 95px;
    height: 30px;
    border: 1px solid #c12314;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
  }
  .aln3c p a {
    font-size: 0.7rem;
    color: #c12314;
    transition: all ease 0.4s;
  }
  .aln3c p:hover a {
    margin-left: 10px;
  }

  /*	客户评价*/
  .pjl1 {
    width: 100%;
    padding: 5% 0 5% 6.6%;
    border: 1px solid #efefef;
    margin-bottom: 5%;
    transition: all ease 0.4s;
  }
  .pjl1a {
    width: 6.5%;
  }
  .pjl1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .pjl1a img:nth-child(2) {
    margin-top: -24px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .pjl1b {
    width: 75%;
    margin-left: 6.2%;
  }
  .pjl1b h4 {
    font-size: 1rem;
    color: #333333;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.4s;
  }
  .pjl1b p {
    font-size: 0.8rem;
    color: #818181;
    line-height: 21px;
    transition: all ease 0.4s;
    height: 21px;
    overflow: hidden;
  }
  .pjl1c {
    margin-top: 15px;
    margin-left: 5%;
  }
  .pjl1:hover {
    background-color: #0eb0af;
  }
  .pjl1:hover .pjl1a img:nth-child(2) {
    opacity: 1;
  }
  .pjl1:hover .pjl1a img:nth-child(1) {
    opacity: 0;
  }
  .pjl1:hover .pjl1b h4 {
    color: #fff;
  }
  .pjl1:hover .pjl1b p {
    color: #fff;
  }
  .pjl1:hover .cpl2a3a {
    opacity: 0;
  }
  .pjl1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	评价内页*/
  .pjn1 {
    width: 100%;
    margin-top: 5%;
  }
  .pjn1a {
    width: 19.3%;
  }
  .pjn1a1 {
    width: 25.8%;
    margin: 0 auto;
    margin-top: 110px;
  }
  .pjn1a1 img {
    width: 100%;
  }
  .pjn1b {
    width: 100%;
  }
  .pjn1b1a {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 5% 0 5% 0;
  }
  .pjn1b1b {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 5% 0 5% 0;
    margin-top: 5%;
  }
  .pjn1b2 {
    width: 100%;
    margin-top: 5%;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 5% 0 5% 4.4%;
  }
  .pjn1b2a {
    width: 4.2%;
  }
  .pjn1b2a img {
    width: 100%;
  }
  .pjn1b2b {
    width: 91%;
    margin-left: 2.1%;
  }
  .pjn1b2b h4 {
    font-size: 0.7rem;
    color: #818181;
    line-height: 20px;
    margin-top: 14px;
  }
  .pjn1b2b p {
    font-size: 0.85rem;
    color: #333333;
    line-height: 32px;
  }
  .pjn2 {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-top: 5%;
    margin-bottom: 15%;
  }
  .pjn2a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pjn2a1 {
    width: 8.3%;
    margin-top: 70px;
  }
  .pjn2a1 img {
    width: 35%;
    margin: 0 auto;
  }
  .xian {
    width: 81.6%;
    margin: 0 auto;
    height: 1px;
    background-color: #efefef;
  }
  .pjn2a2 {
    width: 83.3%;
    overflow: hidden;
  }
  .pjn2a2a {
    width: 200%;
  }
  .pjn2a2b {
    width: 16.5%;
  }
  .pjn2a2b1 {
    width: 88.2%;
    margin: 0 auto;
  }
  .pjn2a2b1 img {
    width: 100%;
  }
  .pjn2a3 {
    width: 8.3%;
    margin-top: 70px;
  }
  .pjn2a3 img {
    width: 35%;
    margin: 0 auto;
  }
  .pjn2b {
    width: 90%;
    margin: 0 auto;
  }
  #Swiper4 {
    width: 100%;
    position: relative;
  }
  #swiper-button-prev4 {
    position: absolute;
    left: 21%;
    top: 93%;
    border: 1px solid #c8c8c8;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: url(../img/s107.png) no-repeat center;
    outline: none;
  }
  #swiper-button-next4 {
    position: absolute;
    right: 21%;
    top: 93%;
    border: 1px solid #c8c8c8;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: url(../img/s108.png) no-repeat center;
    outline: none;
  }
  #Swiper4 .swiper-slide {
    transform: scale(0.8);
    background-color: #fff;
  }
  #Swiper4 .swiper-container {
    overflow: hidden;
  }
  .swiper-slide-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 173, 173, 0.5);
  }
  .swiper-slide-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 173, 173, 0.3);
  }
  #Swiper4 img {
    width: 100%;
  }
  #Swiper4 p {
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 0.75rem;
    color: #333;
    line-height: 35px;
    background-color: #fff;
  }
  #Swiper4 .swiper-slide a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    transition: all ease 0.3;
  }
  #Swiper4 .swiper-slide-active a:after {
    background: none;
  }
  .pjn3 {
    margin-top: 10%;
  }
  .pjn5 {
    margin-bottom: 5%;
  }

  /*	新闻列表*/
  .ban_xw {
    width: 100%;
    background-image: url(../img/s110.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .xwl1 {
    width: 100%;
    border: 1px solid #efefef;
    padding: 5% 0 5% 3%;
    margin-bottom: 5%;
    transition: all ease 0.4s;
  }
  .xwl1a {
    width: 22.8%;
  }
  .xwl1a p {
    font-size: 0.85rem;
    color: #0eb0af;
    text-align: left;
    font-family: "宋体";
    transition: all ease 0.4s;
  }
  .xwl1a p span {
    font-size: 3rem;
  }
  .xwl1b {
    width: 74%;
  }
  .xwl1b h4 {
    font-size: 1rem;
    color: #333;
    line-height: 71px;
    transition: all ease 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwl1:hover {
    background-color: #0eb0af;
    border: 1px solid #0eb0af;
  }
  .xwl1:hover .xwl1a p {
    color: #fff;
  }
  .xwl1:hover .xwl1b h4 {
    color: #fff;
  }
  .xwl1:hover .xwl1b h5 {
    color: #fff;
  }
  .xwl1:hover .cpl2a3a {
    opacity: 0;
  }
  .xwl1:hover .cpl2a3b {
    opacity: 1;
  }

  /*	新闻内页*/
  .xwn11 h1 {
    margin-bottom: 5%;
  }
  .xwn1 {
    width: 93.3%;
    margin: 0 auto;
    background-color: #0eb0af;
  }
  .xwn1c {
    margin: 0 auto;
    display: table;
  }
  .xwn1a {
    float: none;
  }
  .xwn1a img {
    width: 19px;
    margin-top: 7px;
  }
  .xwn1a p {
    font-size: 0.7rem;
    color: #fff;
    line-height: 30px;
    margin-left: 5px;
  }
  .xwn1b {
    margin-left: 5px;
  }
  .xwn1b img {
    width: 19px;
    margin-top: 7px;
  }
  .xwn1b p {
    font-size: 0.7rem;
    color: #fff;
    line-height: 30px;
    margin-left: 5px;
  }
  .xwn2 {
    width: 86.6%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .xwn2 p {
    font-size: 0.85rem;
    color: #818181;
    line-height: 24px;
  }
  .xwn2 img {
    width: 74.1%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .xwn3 {
    width: 93.3%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .xwn3 p {
    font-size: 0.7rem;
    color: #818181;
    line-height: 22px;
  }
  .xwn3 p a {
    font-size: 0.7rem;
    color: #818181;
    line-height: 22px;
  }

  /*	公司简介*/
  .qh1:nth-child(3) {
    margin-left: 70px;
  }
  .gsjj1 {
    width: 92.5%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .gsjj1a {
    width: 45%;
    margin: 2% 2.5%;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 5%;
    transition: all ease 0.4s;
  }
  .gsjj1a:nth-child(4) {
    margin-right: 0;
  }
  .gsjj1a1 {
    width: 41.6%;
    margin: 0 auto;
    transition: all ease 0.4s;
  }
  .gsjj1a2 {
    width: 41.6%;
    margin: 0 auto;
    margin-top: -62px;
    opacity: 0;
    transition: all ease 0.4s;
  }
  .gsjj1a h4 {
    font-size: 1rem;
    color: #333;
    text-align: center;
    line-height: 28px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.4s;
  }
  .gsjj1a p {
    font-size: 0.7rem;
    color: #818181;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .gsjj1a:hover {
    background-color: #0eb0af;
  }
  .gsjj1a:hover .gsjj1a1 {
    opacity: 0;
  }
  .gsjj1a:hover .gsjj1a2 {
    opacity: 1;
  }
  .gsjj1a:hover h4 {
    color: #fff;
  }
  .gsjj1a:hover p {
    color: #fff;
  }
  .gsjj1b {
    width: 100%;
    margin-top: 5%;
    font-size: 0.85rem;
    color: #818181;
    line-height: 23px;
  }
  .gsjj2 {
    width: 100%;
  }
  .gsjj2a {
    width: 50.5%;
    float: right;
    margin-top: 130px;
    margin-right: 70px;
  }
  .gsjj2a img {
    width: 100%;
  }
  .gsjj2b {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #0eb0af;
    margin-top: 5%;
  }
  .gsjj2b p {
    width: 90%;
    margin: 0 auto;
    font-size: 0.7rem;
    color: #fff;
    line-height: 21px;
  }
  .gsjj3 {
    width: 93.3%;
    margin: 0 auto;
  }
  .gsjj3 p {
    font-size: 0.7rem;
    color: #818181;
    line-height: 21px;
  }
  .gsjj4 {
    padding-bottom: 5%;
  }

  /*	荣誉资质*/
  .ban_zz {
    width: 100%;
    background-image: url(../img/s128.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .ry {
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .ry1 {
    width: 45%;
    margin: 0 2.5% 5% 2.5%;
  }
  .ry1a {
    width: 100%;
    overflow: hidden;
  }
  .ry1a img {
    width: 100%;
    transition: all ease 0.4s;
  }
  .ry1 p {
    font-size: 0.85rem;
    color: #333;
    line-height: 14px;
    padding-left: 10px;
    border-left: 2px solid #0eb0af;
    margin-top: 5%;
    height: 14px;
    transition: all ease 0.4s;
  }
  .ry1:hover .ry1a img {
    transform: scale(1.1);
  }
  .ry1:hover p {
    color: #0eb0af;
  }

  /*	联系我们*/
  .lx1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .lx1a {
    width: 11.4%;
  }
  .lx1a img {
    width: 100%;
    box-shadow: -15px -15px 0 0 #0eb0af;
  }
  .lx1a p {
    font-size: 0.7rem;
    color: #818181;
    text-align: center;
    margin-top: 20px;
  }
  .lx1b {
    width: 100%;
    float: none;
  }
  .lx1b1 {
    width: 100%;
    margin-bottom: 5%;
  }
  .lx1b1 img {
    width: 27px;
    height: 25px;
    float: left;
  }
  .lx1b1 p {
    width: calc(100% - 20%);
    float: left;
    margin-left: 15px;
    font-size: 0.7rem;
    color: #818181;
    line-height: 15px;
  }
  .lx1b1 p span {
    font-size: 0.85rem;
    color: #333;
  }
  .lx2 {
    position: relative;
  }
  .lx2a {
    width: 60%;
  }
  .lx2a img {
    width: 24px;
    float: left;
  }
  .lx2a p {
    width: calc(100% - 20%);
    font-size: 0.7rem;
    color: #333;
    line-height: 30px;
    margin-left: 10px;
    float: left;
  }
  .lx2b {
    margin-top: 10px;
  }
  .lx2c {
    background-color: #0eb0af;
    width: 100%;
    padding: 5% 0;
    margin-top: 5%;
  }
  .lx2c1 {
    width: 81.3%;
    margin: 0 auto;
    height: 33px;
    display: table;
    margin-bottom: 20px;
    font-size: 0.7rem;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
    border: none;
  }
  .lx2c textarea {
    width: 81.3%;
    margin: 0 auto;
    display: table;
    height: 54px;
    margin-bottom: 20px;
    font-size: 0.7rem;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
    border: none;
  }
  .lx2c2 {
    width: 81.3%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .lx2c2a {
    width: 61.1%;
    height: 33px;
    font-size: 0.7rem;
    color: #818181;
    line-height: 33px;
    padding-left: 18px;
    border: none;
  }
  .lx2c2b {
    width: 38.9%;
    height: 33px;
  }
  .lx2c3 {
    width: 81.3%;
    margin: 0 auto;
  }
  .lx2c3a {
    width: 37.1%;
    height: 33px;
    font-size: 0.85rem;
    color: #e83c2a;
    border: 1px solid #e83c2a;
    background-color: #fff;
  }
  .lx2c3b {
    width: 37.1%;
    height: 33px;
    font-size: 0.85rem;
    color: #fff;
    border: 1px solid #b3b3b3;
    background-color: #b3b3b3;
  }
  .lx3 {
    margin-top: -107px;
  }
  .lx4 {
    padding-bottom: 5%;
  }

  @media (min-width: 350px) {
    .cpn4a {
      height: 253px;
    }
  }

  @media (min-width: 375px) {
    .cpn4a {
      height: 269px;
    }
    .sjdha_t2 {
      margin-top: 1%;
    }
  }

  @media (min-width: 400px) {
    .cpn4a {
      height: 284px;
    }
    .sdb {
      padding-bottom: 19%;
    }
  }

  @media (min-width: 450px) {
    .cpn4a {
      height: 220px;
      width: 30%;
    }
    .cpn4a1 {
      top: 312px;
    }
    .lx1b1 {
      width: 50%;
    }
    .sjdha_t2 {
      margin-top: 2%;
    }
    .sdb {
      padding-bottom: 18%;
    }
  }

  @media (min-width: 500px) {
    .cpn4a {
      height: 238px;
    }
    .sdb {
      padding-bottom: 17%;
    }
  }

  @media (min-width: 550px) {
    .sjdha_t2 {
      margin-top: 2%;
      width: 40px;
    }
    .cpn4a {
      height: 259px;
    }
    .sdb {
      padding-bottom: 16%;
    }
  }

  @media (min-width: 600px) {
    .sjdha_t2 {
      margin-top: 2%;
      width: 45px;
    }
    .cpn4a {
      height: 208px;
      width: 21%;
    }
    .sdb {
      padding-bottom: 15%;
    }
  }

  @media (min-width: 650px) {
    .sjdha_t1 {
      width: 35%;
    }
    .sjban {
      margin-top: 16%;
    }
    .lx1b1 {
      width: 33.3%;
    }
  }

  @media (min-width: 700px) {
    .sjdha_t2 {
      margin-top: 3%;
      width: 45px;
    }
  }
}
